#EFE3BC

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

Shades of Half Colonial White #EFE3BC

Tints of Half Colonial White #EFE3BC

Color information

#EFE3BC (or 0xEFE3BC) is unknown color: approx Half Colonial White. HEX triplet: EF, E3 and BC. RGB value is (239,227,188). Sum of RGB (Red+Green+Blue) = 239+227+188=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3BC is #101C43. Grayscale: #E2E2E2. Windows color (decimal): -1055812 or 12379119. OLE color: 12379119.

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

Color convert

RGB239227188-
CMYK00.050.210.06
HSL45.88º61.45%83.73%-
HSV(B)45.88º21.34%93.73%-
XYZ72.1476.9258.62-
YUV226.14106.48137.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 227 (89.06% from 255) = 34.71%
BLUE value IS 188 (73.83% from 255) = 28.75%
R=36.54%
G=34.71%
B=28.75%

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
Decimal23922718800.050.210.0645.8861.4583.73
HexEFE3BC051562e3d54
Octal357343274052565675124
Binary1110111111100011101111000101101011101011101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3BC; }

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

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

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

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

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

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

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

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