#EFE4BF

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

Shades of Half Colonial White #EFE4BF

Tints of Half Colonial White #EFE4BF

Color information

#EFE4BF (or 0xEFE4BF) is unknown color: approx Half Colonial White. HEX triplet: EF, E4 and BF. RGB value is (239,228,191). Sum of RGB (Red+Green+Blue) = 239+228+191=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 191 (75% from 255 or 29.03% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4BF is #101B40. Grayscale: #E3E3E3. Windows color (decimal): -1055553 or 12575983. OLE color: 12575983.

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

Color convert

RGB239228191-
CMYK00.050.200.06
HSL46.25º60%84.31%-
HSV(B)46.25º20.08%93.73%-
XYZ72.7477.660.43-
YUV227.07107.64136.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 228 (89.45% from 255) = 34.65%
BLUE value IS 191 (75% from 255) = 29.03%
R=36.32%
G=34.65%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922819100.050.200.0646.256084.31
HexEFE4BF051462e3c54
Octal357344277052465674124
Binary1110111111100100101111110101101001101011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4BF; }

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

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

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

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

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

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

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

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