Html Css Color HEX #EBD497 Double Colonial White

📋 copy color: '#EBD497'

red 235 ◦ green 212 ◦ blue 151

#EBD497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Double Colonial White #EBD497

Tints of Double Colonial White #EBD497

RGB

 RED value IS 235 (92.19% from 255) = 39.3%

 GREEN value IS 212 (83.2% from 255) = 35.45%

 BLUE value IS 151 (59.38% from 255) = 25.25%

R = 39.3%
G = 35.45%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EBD497 (or 0xEBD497) is known color: Double Colonial White. HEX triplet: EB, D4 and 97. RGB value is (235,212,151). Sum of RGB (Red+Green+Blue) = 235+212+151=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD497 is #142B68. Grayscale: #D4D4D4. Windows color (decimal): -1321833 or 9950443. OLE color: 9950443.

HSL color Cylindrical-coordinate representation of color #EBD497: hue angle of 43.57º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBD497 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 212 151 -
CMYK 0 0.10 0.36 0.08
HSL 43.57º 0.68% 0.76% -
HSV(B) 43.57º 0.36% 0.92% -
XYZ 63.39 66.98 38.87 -
YUV 211.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 235 212 151 0 0.10 0.36 0.08 43.57 0.68 0.76
Hex EB D4 97 0 A 24 8 2C 44 4C
Octal 353 324 227 0 12 44 10 54 104 114
Binary 11101011 11010100 10010111 0 1010 100100 1000 101100 1000100 1001100

Color Harmonies of #EBD497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD497

Black with #EBD497

Text Example


Text Example

White with #EBD497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD497; }

 p { color: rgb(235,212,151); }

 H1.HeaderClassName
 {
   color: #EBD497;
 }
 .AnyTagClassName
 {
   color: #EBD497;
 }
</style>

background-color css

<style>
 a { background-color: #EBD497; }

 a { background-color: rgb(235,212,151); }

 div.DivClassName
 {
   background-color: #EBD497;
 }
 .BgClassName
 {
   background-color: #EBD497;
 }
</style>

border-color css

<style>
 span { border-color: #EBD497; }

 span { border-color: rgb(235,212,151); }

 td.TdClassName
 {
   border-color: #EBD497;
 }
 .TagClassName
 {
   border-color: #EBD497;
 }
</style>