#EAE2CC

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

Shades of Orange White #EAE2CC

Tints of Orange White #EAE2CC

Color information

#EAE2CC (or 0xEAE2CC) is unknown color: approx Orange White. HEX triplet: EA, E2 and CC. RGB value is (234,226,204). Sum of RGB (Red+Green+Blue) = 234+226+204=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2CC is #151D33. Grayscale: #E1E1E1. Windows color (decimal): -1383732 or 13427434. OLE color: 13427434.

HSL color Cylindrical-coordinate representation of color #EAE2CC: hue angle of 44º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAE2CC is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234226204-
CMYK00.030.130.08
HSL44º41.67%85.88%-
HSV(B)44º12.82%91.76%-
XYZ72.0376.2468.05-
YUV225.88115.65133.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 226 (88.67% from 255) = 34.04%
BLUE value IS 204 (80.08% from 255) = 30.72%
R=35.24%
G=34.04%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422620400.030.130.084441.6785.88
HexEAE2CC03D82c2a56
Octal3523423140315105452126
Binary111010101110001011001100011110110001011001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2CC; }

 p { color: rgb(234,226,204); }

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

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

 a { background-color: rgb(234,226,204); }

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

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

 span { border-color: rgb(234,226,204); }

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