#E0CF90

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

Shades of Double Colonial White #E0CF90

Tints of Double Colonial White #E0CF90

Color information

#E0CF90 (or 0xE0CF90) is unknown color: approx Double Colonial White. HEX triplet: E0, CF and 90. RGB value is (224,207,144). Sum of RGB (Red+Green+Blue) = 224+207+144=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CF90 is #1F306F. Grayscale: #CDCDCD. Windows color (decimal): -2044016 or 9490400. OLE color: 9490400.

HSL color Cylindrical-coordinate representation of color #E0CF90: hue angle of 47.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0CF90 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224207144-
CMYK00.080.360.12
HSL47.25º56.34%72.16%-
HSV(B)47.25º35.71%87.84%-
XYZ58.0962.4935.39-
YUV204.993.63141.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 144 (56.64% from 255) = 25.04%
R=38.96%
G=36%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420714400.080.360.1247.2556.3472.16
HexE0CF900824C2f3848
Octal34031722001044145770110
Binary1110000011001111100100000100010010011001011111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CF90; }

 p { color: rgb(224,207,144); }

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

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

 a { background-color: rgb(224,207,144); }

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

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

 span { border-color: rgb(224,207,144); }

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