#EFE8CF

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

Shades of Orange White #EFE8CF

Tints of Orange White #EFE8CF

Color information

#EFE8CF (or 0xEFE8CF) is unknown color: approx Orange White. HEX triplet: EF, E8 and CF. RGB value is (239,232,207). Sum of RGB (Red+Green+Blue) = 239+232+207=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8CF is #101730. Grayscale: #E7E7E7. Windows color (decimal): -1054513 or 13625583. OLE color: 13625583.

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

Color convert

RGB239232207-
CMYK00.030.130.06
HSL46.88º50%87.45%-
HSV(B)46.88º13.39%93.73%-
XYZ75.7280.5770.59-
YUV231.24114.32133.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 232 (91.02% from 255) = 34.22%
BLUE value IS 207 (81.25% from 255) = 30.53%
R=35.25%
G=34.22%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923220700.030.130.0646.885087.45
HexEFE8CF03D62f3257
Octal357350317031565762127
Binary11101111111010001100111101111011101011111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8CF; }

 p { color: rgb(239,232,207); }

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

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

 a { background-color: rgb(239,232,207); }

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

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

 span { border-color: rgb(239,232,207); }

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