#EEE6CE

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

Shades of Orange White #EEE6CE

Tints of Orange White #EEE6CE

Color information

#EEE6CE (or 0xEEE6CE) is unknown color: approx Orange White. HEX triplet: EE, E6 and CE. RGB value is (238,230,206). Sum of RGB (Red+Green+Blue) = 238+230+206=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6CE is #111931. Grayscale: #E5E5E5. Windows color (decimal): -1120562 or 13559534. OLE color: 13559534.

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

Color convert

RGB238230206-
CMYK00.030.130.07
HSL45º48.48%87.06%-
HSV(B)45º13.45%93.33%-
XYZ74.779.2369.75-
YUV229.66114.65133.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 230 (90.23% from 255) = 34.12%
BLUE value IS 206 (80.86% from 255) = 30.56%
R=35.31%
G=34.12%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823020600.030.130.074548.4887.06
HexEEE6CE03D72d3057
Octal356346316031575560127
Binary11101110111001101100111001111011111011011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6CE; }

 p { color: rgb(238,230,206); }

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

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

 a { background-color: rgb(238,230,206); }

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

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

 span { border-color: rgb(238,230,206); }

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