#EFE2BF

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

Shades of Half Colonial White #EFE2BF

Tints of Half Colonial White #EFE2BF

Color information

#EFE2BF (or 0xEFE2BF) is unknown color: approx Half Colonial White. HEX triplet: EF, E2 and BF. RGB value is (239,226,191). Sum of RGB (Red+Green+Blue) = 239+226+191=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2BF is #101D40. Grayscale: #E2E2E2. Windows color (decimal): -1056065 or 12575471. OLE color: 12575471.

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

Color convert

RGB239226191-
CMYK00.050.200.06
HSL43.75º60%84.31%-
HSV(B)43.75º20.08%93.73%-
XYZ72.276.5160.25-
YUV225.9108.31137.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 226 (88.67% from 255) = 34.45%
BLUE value IS 191 (75% from 255) = 29.12%
R=36.43%
G=34.45%
B=29.12%

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
Decimal23922619100.050.200.0643.756084.31
HexEFE2BF051462c3c54
Octal357342277052465474124
Binary1110111111100010101111110101101001101011001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2BF; }

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

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

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

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

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

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

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

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