#EFE2BA

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

Shades of Half Colonial White #EFE2BA

Tints of Half Colonial White #EFE2BA

Color information

#EFE2BA (or 0xEFE2BA) is unknown color: approx Half Colonial White. HEX triplet: EF, E2 and BA. RGB value is (239,226,186). Sum of RGB (Red+Green+Blue) = 239+226+186=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2BA is #101D45. Grayscale: #E1E1E1. Windows color (decimal): -1056070 or 12247791. OLE color: 12247791.

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

Color convert

RGB239226186-
CMYK00.050.220.06
HSL45.28º62.35%83.33%-
HSV(B)45.28º22.18%93.73%-
XYZ71.6676.2957.4-
YUV225.33105.81137.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 226 (88.67% from 255) = 34.72%
BLUE value IS 186 (73.05% from 255) = 28.57%
R=36.71%
G=34.72%
B=28.57%

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
Decimal23922618600.050.220.0645.2862.3583.33
HexEFE2BA051662d3e53
Octal357342272052665576123
Binary1110111111100010101110100101101101101011011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2BA; }

 p { color: rgb(239,226,186); }

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

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

 a { background-color: rgb(239,226,186); }

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

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

 span { border-color: rgb(239,226,186); }

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