#EEE6CC

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

Shades of Orange White #EEE6CC

Tints of Orange White #EEE6CC

Color information

#EEE6CC (or 0xEEE6CC) is unknown color: approx Orange White. HEX triplet: EE, E6 and CC. RGB value is (238,230,204). Sum of RGB (Red+Green+Blue) = 238+230+204=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6CC is #111933. Grayscale: #E5E5E5. Windows color (decimal): -1120564 or 13428462. OLE color: 13428462.

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

Color convert

RGB238230204-
CMYK00.030.140.07
HSL45.88º50%86.67%-
HSV(B)45.88º14.29%93.33%-
XYZ74.4679.1368.48-
YUV229.43113.65134.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 230 (90.23% from 255) = 34.23%
BLUE value IS 204 (80.08% from 255) = 30.36%
R=35.42%
G=34.23%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823020400.030.140.0745.885086.67
HexEEE6CC03E72e3257
Octal356346314031675662127
Binary11101110111001101100110001111101111011101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6CC; }

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

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

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

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

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

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

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

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