#EFE4BB

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

Shades of Half Colonial White #EFE4BB

Tints of Half Colonial White #EFE4BB

Color information

#EFE4BB (or 0xEFE4BB) is unknown color: approx Half Colonial White. HEX triplet: EF, E4 and BB. RGB value is (239,228,187). Sum of RGB (Red+Green+Blue) = 239+228+187=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4BB is #101B44. Grayscale: #E2E2E2. Windows color (decimal): -1055557 or 12313839. OLE color: 12313839.

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

Color convert

RGB239228187-
CMYK00.050.220.06
HSL47.31º61.9%83.53%-
HSV(B)47.31º21.76%93.73%-
XYZ72.3177.4358.15-
YUV226.61105.64136.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 187 (73.44% from 255) = 28.59%
R=36.54%
G=34.86%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922818700.050.220.0647.3161.983.53
HexEFE4BB051662f3e54
Octal357344273052665776124
Binary1110111111100100101110110101101101101011111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4BB; }

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

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

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

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

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

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

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

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