#EFE7BF

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

Shades of Half Colonial White #EFE7BF

Tints of Half Colonial White #EFE7BF

Color information

#EFE7BF (or 0xEFE7BF) is unknown color: approx Half Colonial White. HEX triplet: EF, E7 and BF. RGB value is (239,231,191). Sum of RGB (Red+Green+Blue) = 239+231+191=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7BF is #101840. Grayscale: #E5E5E5. Windows color (decimal): -1054785 or 12576751. OLE color: 12576751.

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

Color convert

RGB239231191-
CMYK00.030.200.06
HSL50º60%84.31%-
HSV(B)50º20.08%93.73%-
XYZ73.5879.2660.71-
YUV228.83106.65135.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 231 (90.62% from 255) = 34.95%
BLUE value IS 191 (75% from 255) = 28.90%
R=36.16%
G=34.95%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923119100.030.200.06506084.31
HexEFE7BF03146323c54
Octal357347277032466274124
Binary111011111110011110111111011101001101100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7BF; }

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

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

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

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

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

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

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

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