#EFE5C0

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

Shades of Half Colonial White #EFE5C0

Tints of Half Colonial White #EFE5C0

Color information

#EFE5C0 (or 0xEFE5C0) is unknown color: approx Half Colonial White. HEX triplet: EF, E5 and C0. RGB value is (239,229,192). Sum of RGB (Red+Green+Blue) = 239+229+192=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 192 (75.39% from 255 or 29.09% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5C0 is #101A3F. Grayscale: #E3E3E3. Windows color (decimal): -1055296 or 12641775. OLE color: 12641775.

HSL color Cylindrical-coordinate representation of color #EFE5C0: hue angle of 47.23º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFE5C0 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239229192-
CMYK00.040.200.06
HSL47.23º59.49%84.51%-
HSV(B)47.23º19.67%93.73%-
XYZ73.1378.261.11-
YUV227.77107.81136.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 229 (89.84% from 255) = 34.70%
BLUE value IS 192 (75.39% from 255) = 29.09%
R=36.21%
G=34.70%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922919200.040.200.0647.2359.4984.51
HexEFE5C0041462f3b55
Octal357345300042465773125
Binary1110111111100101110000000100101001101011111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5C0; }

 p { color: rgb(239,229,192); }

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

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

 a { background-color: rgb(239,229,192); }

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

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

 span { border-color: rgb(239,229,192); }

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