#EEE6CF

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

Shades of Orange White #EEE6CF

Tints of Orange White #EEE6CF

Color information

#EEE6CF (or 0xEEE6CF) is unknown color: approx Orange White. HEX triplet: EE, E6 and CF. RGB value is (238,230,207). Sum of RGB (Red+Green+Blue) = 238+230+207=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6CF is #111930. Grayscale: #E5E5E5. Windows color (decimal): -1120561 or 13625070. OLE color: 13625070.

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

Color convert

RGB238230207-
CMYK00.030.130.07
HSL44.52º47.69%87.25%-
HSV(B)44.52º13.03%93.33%-
XYZ74.8279.2870.39-
YUV229.77115.15133.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 230 (90.23% from 255) = 34.07%
BLUE value IS 207 (81.25% from 255) = 30.67%
R=35.26%
G=34.07%
B=30.67%

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
Decimal23823020700.030.130.0744.5247.6987.25
HexEEE6CF03D72d3057
Octal356346317031575560127
Binary11101110111001101100111101111011111011011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6CF; }

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

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

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

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

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

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

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

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