#EBD994

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

Shades of Double Colonial White #EBD994

Tints of Double Colonial White #EBD994

Color information

#EBD994 (or 0xEBD994) is unknown color: approx Double Colonial White. HEX triplet: EB, D9 and 94. RGB value is (235,217,148). Sum of RGB (Red+Green+Blue) = 235+217+148=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD994 is #14266B. Grayscale: #D6D6D6. Windows color (decimal): -1320556 or 9755115. OLE color: 9755115.

HSL color Cylindrical-coordinate representation of color #EBD994: hue angle of 47.59º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBD994 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235217148-
CMYK00.080.370.08
HSL47.59º68.5%75.1%-
HSV(B)47.59º37.02%92.16%-
XYZ64.4269.4338.02-
YUV214.5290.46142.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 217 (85.16% from 255) = 36.17%
BLUE value IS 148 (58.20% from 255) = 24.67%
R=39.17%
G=36.17%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521714800.080.370.0847.5968.575.1
HexEBD9940825830454b
Octal353331224010451060105113
Binary11101011110110011001010001000100101100011000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD994; }

 p { color: rgb(235,217,148); }

 H1.HeaderClassName
 {
   color: #EBD994;
 }
 .AnyTagClassName
 {
   color: #EBD994;
 }
</style>
background-color css

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

 a { background-color: rgb(235,217,148); }

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

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

 span { border-color: rgb(235,217,148); }

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