#EFE3BB

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

Shades of Half Colonial White #EFE3BB

Tints of Half Colonial White #EFE3BB

Color information

#EFE3BB (or 0xEFE3BB) is unknown color: approx Half Colonial White. HEX triplet: EF, E3 and BB. RGB value is (239,227,187). Sum of RGB (Red+Green+Blue) = 239+227+187=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3BB is #101C44. Grayscale: #E2E2E2. Windows color (decimal): -1055813 or 12313583. OLE color: 12313583.

HSL color Cylindrical-coordinate representation of color #EFE3BB: hue angle of 46.15º 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 #EFE3BB is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239227187-
CMYK00.050.220.06
HSL46.15º61.9%83.53%-
HSV(B)46.15º21.76%93.73%-
XYZ72.0476.8858.06-
YUV226.03105.98137.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 227 (89.06% from 255) = 34.76%
BLUE value IS 187 (73.44% from 255) = 28.64%
R=36.60%
G=34.76%
B=28.64%

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
Decimal23922718700.050.220.0646.1561.983.53
HexEFE3BB051662e3e54
Octal357343273052665676124
Binary1110111111100011101110110101101101101011101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3BB; }

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

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

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

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

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

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

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

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