#efe6b9

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

Shades of Half Colonial White #EFE6B9

Tints of Half Colonial White #EFE6B9

Color information

#EFE6B9 (or 0xEFE6B9) is unknown color: approx Half Colonial White. HEX triplet: EF, E6 and B9. RGB value is (239,230,185). Sum of RGB (Red+Green+Blue) = 239+230+185=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 185 (72.66% from 255 or 28.29% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6B9 is #101946. Grayscale: #E3E3E3. Windows color (decimal): -1055047 or 12183279. OLE color: 12183279.

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

Color convert

RGB239230185-
CMYK00.040.230.06
HSL50º62.79%83.14%-
HSV(B)50º22.59%93.73%-
XYZ72.6578.4557.21-
YUV227.56103.98136.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 230 (90.23% from 255) = 35.17%
BLUE value IS 185 (72.66% from 255) = 28.29%
R=36.54%
G=35.17%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923018500.040.230.065062.7983.14
HexEFE6B904176323f53
Octal357346271042766277123
Binary1110111111100110101110010100101111101100101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efe6b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efe6b9; }

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

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

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

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

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

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

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

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