#EFE6C0

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

Shades of Half Colonial White #EFE6C0

Tints of Half Colonial White #EFE6C0

Color information

#EFE6C0 (or 0xEFE6C0) is unknown color: approx Half Colonial White. HEX triplet: EF, E6 and C0. RGB value is (239,230,192). Sum of RGB (Red+Green+Blue) = 239+230+192=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6C0 is #10193F. Grayscale: #E4E4E4. Windows color (decimal): -1055040 or 12642031. OLE color: 12642031.

HSL color Cylindrical-coordinate representation of color #EFE6C0: hue angle of 48.51º 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 #EFE6C0 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239230192-
CMYK00.040.200.06
HSL48.51º59.49%84.51%-
HSV(B)48.51º19.67%93.73%-
XYZ73.4178.7561.2-
YUV228.36107.48135.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 230 (90.23% from 255) = 34.80%
BLUE value IS 192 (75.39% from 255) = 29.05%
R=36.16%
G=34.80%
B=29.05%

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
Decimal23923019200.040.200.0648.5159.4984.51
HexEFE6C004146313b55
Octal357346300042466173125
Binary1110111111100110110000000100101001101100011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6C0; }

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

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

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

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

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

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

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

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