#EBD296

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

Shades of Double Colonial White #EBD296

Tints of Double Colonial White #EBD296

Color information

#EBD296 (or 0xEBD296) is unknown color: approx Double Colonial White. HEX triplet: EB, D2 and 96. RGB value is (235,210,150). Sum of RGB (Red+Green+Blue) = 235+210+150=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD296 is #142D69. Grayscale: #D2D2D2. Windows color (decimal): -1322346 or 9884395. OLE color: 9884395.

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

Color convert

RGB235210150-
CMYK00.110.360.08
HSL42.35º68%75.49%-
HSV(B)42.35º36.17%92.16%-
XYZ62.8165.9638.27-
YUV210.6493.78145.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 210 (82.42% from 255) = 35.29%
BLUE value IS 150 (58.98% from 255) = 25.21%
R=39.50%
G=35.29%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521015000.110.360.0842.356875.49
HexEBD2960B2482a444b
Octal353322226013441052104113
Binary11101011110100101001011001011100100100010101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD296; }

 p { color: rgb(235,210,150); }

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

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

 a { background-color: rgb(235,210,150); }

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

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

 span { border-color: rgb(235,210,150); }

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