#EAE4CD

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

Shades of Orange White #EAE4CD

Tints of Orange White #EAE4CD

Color information

#EAE4CD (or 0xEAE4CD) is unknown color: approx Orange White. HEX triplet: EA, E4 and CD. RGB value is (234,228,205). Sum of RGB (Red+Green+Blue) = 234+228+205=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4CD is #151B32. Grayscale: #E3E3E3. Windows color (decimal): -1383219 or 13493482. OLE color: 13493482.

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

Color convert

RGB234228205-
CMYK00.030.120.08
HSL47.59º40.85%86.08%-
HSV(B)47.59º12.39%91.76%-
XYZ72.6977.3968.86-
YUV227.17115.49132.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 228 (89.45% from 255) = 34.18%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=35.08%
G=34.18%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422820500.030.120.0847.5940.8586.08
HexEAE4CD03C8302956
Octal3523443150314106051126
Binary111010101110010011001101011110010001100001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4CD; }

 p { color: rgb(234,228,205); }

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

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

 a { background-color: rgb(234,228,205); }

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

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

 span { border-color: rgb(234,228,205); }

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