#EFE4C3

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

Shades of Half Colonial White #EFE4C3

Tints of Half Colonial White #EFE4C3

Color information

#EFE4C3 (or 0xEFE4C3) is unknown color: approx Half Colonial White. HEX triplet: EF, E4 and C3. RGB value is (239,228,195). Sum of RGB (Red+Green+Blue) = 239+228+195=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 228 (89.45% from 255 or 34.44% from 662); Blue value is 195 (76.56% from 255 or 29.46% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4C3 is #101B3C. Grayscale: #E3E3E3. Windows color (decimal): -1055549 or 12838127. OLE color: 12838127.

HSL color Cylindrical-coordinate representation of color #EFE4C3: hue angle of 45º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFE4C3 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239228195-
CMYK00.050.180.06
HSL45º57.89%85.1%-
HSV(B)45º18.41%93.73%-
XYZ73.1977.7862.78-
YUV227.53109.64136.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 228 (89.45% from 255) = 34.44%
BLUE value IS 195 (76.56% from 255) = 29.46%
R=36.10%
G=34.44%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922819500.050.180.064557.8985.1
HexEFE4C3051262d3a55
Octal357344303052265572125
Binary1110111111100100110000110101100101101011011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4C3; }

 p { color: rgb(239,228,195); }

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

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

 a { background-color: rgb(239,228,195); }

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

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

 span { border-color: rgb(239,228,195); }

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