#EBD190

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

Shades of Double Colonial White #EBD190

Tints of Double Colonial White #EBD190

Color information

#EBD190 (or 0xEBD190) is unknown color: approx Double Colonial White. HEX triplet: EB, D1 and 90. RGB value is (235,209,144). Sum of RGB (Red+Green+Blue) = 235+209+144=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD190 is #142E6F. Grayscale: #D1D1D1. Windows color (decimal): -1322608 or 9490923. OLE color: 9490923.

HSL color Cylindrical-coordinate representation of color #EBD190: hue angle of 42.86º 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 #EBD190 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235209144-
CMYK00.110.390.08
HSL42.86º69.47%74.31%-
HSV(B)42.86º38.72%92.16%-
XYZ62.165.2835.71-
YUV209.3691.11146.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 209 (82.03% from 255) = 35.54%
BLUE value IS 144 (56.64% from 255) = 24.49%
R=39.97%
G=35.54%
B=24.49%

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
Decimal23520914400.110.390.0842.8669.4774.31
HexEBD1900B2782b454a
Octal353321220013471053105112
Binary11101011110100011001000001011100111100010101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD190; }

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

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

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

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

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

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

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

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