#EAE3CC

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

Shades of Orange White #EAE3CC

Tints of Orange White #EAE3CC

Color information

#EAE3CC (or 0xEAE3CC) is unknown color: approx Orange White. HEX triplet: EA, E3 and CC. RGB value is (234,227,204). Sum of RGB (Red+Green+Blue) = 234+227+204=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE3CC is #151C33. Grayscale: #E2E2E2. Windows color (decimal): -1383476 or 13427690. OLE color: 13427690.

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

Color convert

RGB234227204-
CMYK00.030.130.08
HSL46º41.67%85.88%-
HSV(B)46º12.82%91.76%-
XYZ72.376.7968.14-
YUV226.47115.32133.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 227 (89.06% from 255) = 34.14%
BLUE value IS 204 (80.08% from 255) = 30.68%
R=35.19%
G=34.14%
B=30.68%

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
Decimal23422720400.030.130.084641.6785.88
HexEAE3CC03D82e2a56
Octal3523433140315105652126
Binary111010101110001111001100011110110001011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3CC; }

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

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

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

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

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

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

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

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