#E4CF9B

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

Shades of Double Colonial White #E4CF9B

Tints of Double Colonial White #E4CF9B

Color information

#E4CF9B (or 0xE4CF9B) is unknown color: approx Double Colonial White. HEX triplet: E4, CF and 9B. RGB value is (228,207,155). Sum of RGB (Red+Green+Blue) = 228+207+155=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CF9B is #1B3064. Grayscale: #CFCFCF. Windows color (decimal): -1781861 or 10211300. OLE color: 10211300.

HSL color Cylindrical-coordinate representation of color #E4CF9B: hue angle of 42.74º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4CF9B is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB228207155-
CMYK00.090.320.11
HSL42.74º57.48%75.1%-
HSV(B)42.74º32.02%89.41%-
XYZ60.2263.4940.09-
YUV207.3598.46142.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.64%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 155 (60.94% from 255) = 26.27%
R=38.64%
G=35.08%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820715500.090.320.1142.7457.4875.1
HexE4CF9B0920B2b394b
Octal34431723301140135371113
Binary1110010011001111100110110100110000010111010111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CF9B; }

 p { color: rgb(228,207,155); }

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

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

 a { background-color: rgb(228,207,155); }

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

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

 span { border-color: rgb(228,207,155); }

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