#EFE2B9

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

Shades of Half Colonial White #EFE2B9

Tints of Half Colonial White #EFE2B9

Color information

#EFE2B9 (or 0xEFE2B9) is unknown color: approx Half Colonial White. HEX triplet: EF, E2 and B9. RGB value is (239,226,185). Sum of RGB (Red+Green+Blue) = 239+226+185=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 185 (72.66% from 255 or 28.46% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2B9 is #101D46. Grayscale: #E1E1E1. Windows color (decimal): -1056071 or 12182255. OLE color: 12182255.

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

Color convert

RGB239226185-
CMYK00.050.230.06
HSL45.56º62.79%83.14%-
HSV(B)45.56º22.59%93.73%-
XYZ71.5576.2556.84-
YUV225.21105.31137.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 185 (72.66% from 255) = 28.46%
R=36.77%
G=34.77%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922618500.050.230.0645.5662.7983.14
HexEFE2B9051762e3f53
Octal357342271052765677123
Binary1110111111100010101110010101101111101011101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2B9; }

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

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

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

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

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

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

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

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