#EFE7CF

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

Shades of Orange White #EFE7CF

Tints of Orange White #EFE7CF

Color information

#EFE7CF (or 0xEFE7CF) is unknown color: approx Orange White. HEX triplet: EF, E7 and CF. RGB value is (239,231,207). Sum of RGB (Red+Green+Blue) = 239+231+207=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7CF is #101830. Grayscale: #E6E6E6. Windows color (decimal): -1054769 or 13625327. OLE color: 13625327.

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

Color convert

RGB239231207-
CMYK00.030.130.06
HSL45º50%87.45%-
HSV(B)45º13.39%93.73%-
XYZ75.4480.0170.5-
YUV230.66114.65133.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 231 (90.62% from 255) = 34.12%
BLUE value IS 207 (81.25% from 255) = 30.58%
R=35.30%
G=34.12%
B=30.58%

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
Decimal23923120700.030.130.06455087.45
HexEFE7CF03D62d3257
Octal357347317031565562127
Binary11101111111001111100111101111011101011011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7CF; }

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

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

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

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

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

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

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

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