#EBD290

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

Shades of Double Colonial White #EBD290

Tints of Double Colonial White #EBD290

Color information

#EBD290 (or 0xEBD290) is unknown color: approx Double Colonial White. HEX triplet: EB, D2 and 90. RGB value is (235,210,144). Sum of RGB (Red+Green+Blue) = 235+210+144=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD290 is #142D6F. Grayscale: #D2D2D2. Windows color (decimal): -1322352 or 9491179. OLE color: 9491179.

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

Color convert

RGB235210144-
CMYK00.110.390.08
HSL43.52º69.47%74.31%-
HSV(B)43.52º38.72%92.16%-
XYZ62.3465.7735.79-
YUV209.9590.78145.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 144 (56.64% from 255) = 24.45%
R=39.90%
G=35.65%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521014400.110.390.0843.5269.4774.31
HexEBD2900B2782c454a
Octal353322220013471054105112
Binary11101011110100101001000001011100111100010110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD290; }

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

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

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

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

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

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

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

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