#EBD090

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

Shades of Double Colonial White #EBD090

Tints of Double Colonial White #EBD090

Color information

#EBD090 (or 0xEBD090) is unknown color: approx Double Colonial White. HEX triplet: EB, D0 and 90. RGB value is (235,208,144). Sum of RGB (Red+Green+Blue) = 235+208+144=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD090 is #142F6F. Grayscale: #D1D1D1. Windows color (decimal): -1322864 or 9490667. OLE color: 9490667.

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

Color convert

RGB235208144-
CMYK00.110.390.08
HSL42.2º69.47%74.31%-
HSV(B)42.2º38.72%92.16%-
XYZ61.8564.7935.63-
YUV208.7891.45146.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 144 (56.64% from 255) = 24.53%
R=40.03%
G=35.43%
B=24.53%

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
Decimal23520814400.110.390.0842.269.4774.31
HexEBD0900B2782a454a
Octal353320220013471052105112
Binary11101011110100001001000001011100111100010101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD090; }

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

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

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

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

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

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

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

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