#EEE4CA

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

Shades of Orange White #EEE4CA

Tints of Orange White #EEE4CA

Color information

#EEE4CA (or 0xEEE4CA) is unknown color: approx Orange White. HEX triplet: EE, E4 and CA. RGB value is (238,228,202). Sum of RGB (Red+Green+Blue) = 238+228+202=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4CA is #111B35. Grayscale: #E4E4E4. Windows color (decimal): -1121078 or 13296878. OLE color: 13296878.

HSL color Cylindrical-coordinate representation of color #EEE4CA: hue angle of 43.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEE4CA is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238228202-
CMYK00.040.150.07
HSL43.33º51.43%86.27%-
HSV(B)43.33º15.13%93.33%-
XYZ73.6677.9367.04-
YUV228.03113.31135.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 202 (79.30% from 255) = 30.24%
R=35.63%
G=34.13%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822820200.040.150.0743.3351.4386.27
HexEEE4CA04F72b3356
Octal356344312041775363126
Binary111011101110010011001010010011111111010111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4CA; }

 p { color: rgb(238,228,202); }

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

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

 a { background-color: rgb(238,228,202); }

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

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

 span { border-color: rgb(238,228,202); }

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