#EEE6CD

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

Shades of Orange White #EEE6CD

Tints of Orange White #EEE6CD

Color information

#EEE6CD (or 0xEEE6CD) is unknown color: approx Orange White. HEX triplet: EE, E6 and CD. RGB value is (238,230,205). Sum of RGB (Red+Green+Blue) = 238+230+205=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6CD is #111932. Grayscale: #E5E5E5. Windows color (decimal): -1120563 or 13493998. OLE color: 13493998.

HSL color Cylindrical-coordinate representation of color #EEE6CD: hue angle of 45.45º degrees, saturation: 0.49, 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 #EEE6CD is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238230205-
CMYK00.030.140.07
HSL45.45º49.25%86.86%-
HSV(B)45.45º13.87%93.33%-
XYZ74.5879.1869.11-
YUV229.54114.15134.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 230 (90.23% from 255) = 34.18%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=35.36%
G=34.18%
B=30.46%

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
Decimal23823020500.030.140.0745.4549.2586.86
HexEEE6CD03E72d3157
Octal356346315031675561127
Binary11101110111001101100110101111101111011011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6CD; }

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

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

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

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

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

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

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

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