#EFE4BE

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

Shades of Half Colonial White #EFE4BE

Tints of Half Colonial White #EFE4BE

Color information

#EFE4BE (or 0xEFE4BE) is unknown color: approx Half Colonial White. HEX triplet: EF, E4 and BE. RGB value is (239,228,190). Sum of RGB (Red+Green+Blue) = 239+228+190=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4BE is #101B41. Grayscale: #E3E3E3. Windows color (decimal): -1055554 or 12510447. OLE color: 12510447.

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

Color convert

RGB239228190-
CMYK00.050.210.06
HSL46.53º60.49%84.12%-
HSV(B)46.53º20.5%93.73%-
XYZ72.6377.5659.86-
YUV226.96107.14136.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 228 (89.45% from 255) = 34.70%
BLUE value IS 190 (74.61% from 255) = 28.92%
R=36.38%
G=34.70%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922819000.050.210.0646.5360.4984.12
HexEFE4BE051562f3c54
Octal357344276052565774124
Binary1110111111100100101111100101101011101011111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4BE; }

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

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

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

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

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

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

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

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