#EFE7BE

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

Shades of Half Colonial White #EFE7BE

Tints of Half Colonial White #EFE7BE

Color information

#EFE7BE (or 0xEFE7BE) is unknown color: approx Half Colonial White. HEX triplet: EF, E7 and BE. RGB value is (239,231,190). Sum of RGB (Red+Green+Blue) = 239+231+190=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7BE is #101841. Grayscale: #E4E4E4. Windows color (decimal): -1054786 or 12511215. OLE color: 12511215.

HSL color Cylindrical-coordinate representation of color #EFE7BE: hue angle of 50.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFE7BE is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239231190-
CMYK00.030.210.06
HSL50.2º60.49%84.12%-
HSV(B)50.2º20.5%93.73%-
XYZ73.4779.2260.13-
YUV228.72106.15135.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 231 (90.62% from 255) = 35%
BLUE value IS 190 (74.61% from 255) = 28.79%
R=36.21%
G=35%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923119000.030.210.0650.260.4984.12
HexEFE7BE03156323c54
Octal357347276032566274124
Binary111011111110011110111110011101011101100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7BE; }

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

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

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

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

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

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

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

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