#EFE7CE

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

Shades of Orange White #EFE7CE

Tints of Orange White #EFE7CE

Color information

#EFE7CE (or 0xEFE7CE) is unknown color: approx Orange White. HEX triplet: EF, E7 and CE. RGB value is (239,231,206). Sum of RGB (Red+Green+Blue) = 239+231+206=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7CE is #101831. Grayscale: #E6E6E6. Windows color (decimal): -1054770 or 13559791. OLE color: 13559791.

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

Color convert

RGB239231206-
CMYK00.030.140.06
HSL45.45º50.77%87.25%-
HSV(B)45.45º13.81%93.73%-
XYZ75.3179.9669.86-
YUV230.54114.15134.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 231 (90.62% from 255) = 34.17%
BLUE value IS 206 (80.86% from 255) = 30.47%
R=35.36%
G=34.17%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923120600.030.140.0645.4550.7787.25
HexEFE7CE03E62d3357
Octal357347316031665563127
Binary11101111111001111100111001111101101011011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7CE; }

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

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

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

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

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

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

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

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