#EBD497

Color #EBD497 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #EBD497

Tints of Double Colonial White #EBD497

Color information

#EBD497 (or 0xEBD497) is unknown color: approx 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

RGB235212151-
CMYK00.100.360.08
HSL43.57º67.74%75.69%-
HSV(B)43.57º35.74%92.16%-
XYZ63.3966.9838.87-
YUV211.9293.62144.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 212 (83.20% from 255) = 35.45%
BLUE value IS 151 (59.38% from 255) = 25.25%
R=39.30%
G=35.45%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521215100.100.360.0843.5767.7475.69
HexEBD4970A2482c444c
Octal353324227012441054104114
Binary11101011110101001001011101010100100100010110010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>