#EEE5CE

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

Shades of Orange White #EEE5CE

Tints of Orange White #EEE5CE

Color information

#EEE5CE (or 0xEEE5CE) is unknown color: approx Orange White. HEX triplet: EE, E5 and CE. RGB value is (238,229,206). Sum of RGB (Red+Green+Blue) = 238+229+206=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5CE is #111A31. Grayscale: #E5E5E5. Windows color (decimal): -1120818 or 13559278. OLE color: 13559278.

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

Color convert

RGB238229206-
CMYK00.040.130.07
HSL43.12º48.48%87.06%-
HSV(B)43.12º13.45%93.33%-
XYZ74.4278.6769.66-
YUV229.07114.98134.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 229 (89.84% from 255) = 34.03%
BLUE value IS 206 (80.86% from 255) = 30.61%
R=35.36%
G=34.03%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822920600.040.130.0743.1248.4887.06
HexEEE5CE04D72b3057
Octal356345316041575360127
Binary111011101110010111001110010011011111010111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5CE; }

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

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

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

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

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

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

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

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