#EFE4C1

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

Shades of Half Colonial White #EFE4C1

Tints of Half Colonial White #EFE4C1

Color information

#EFE4C1 (or 0xEFE4C1) is unknown color: approx Half Colonial White. HEX triplet: EF, E4 and C1. RGB value is (239,228,193). Sum of RGB (Red+Green+Blue) = 239+228+193=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 193 (75.78% from 255 or 29.24% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4C1 is #101B3E. Grayscale: #E3E3E3. Windows color (decimal): -1055551 or 12707055. OLE color: 12707055.

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

Color convert

RGB239228193-
CMYK00.050.190.06
HSL45.65º58.97%84.71%-
HSV(B)45.65º19.25%93.73%-
XYZ72.9777.6961.6-
YUV227.3108.64136.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 228 (89.45% from 255) = 34.55%
BLUE value IS 193 (75.78% from 255) = 29.24%
R=36.21%
G=34.55%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922819300.050.190.0645.6558.9784.71
HexEFE4C1051362e3b55
Octal357344301052365673125
Binary1110111111100100110000010101100111101011101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4C1; }

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

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

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

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

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

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

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

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