#EAE3CE

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

Shades of Orange White #EAE3CE

Tints of Orange White #EAE3CE

Color information

#EAE3CE (or 0xEAE3CE) is unknown color: approx Orange White. HEX triplet: EA, E3 and CE. RGB value is (234,227,206). Sum of RGB (Red+Green+Blue) = 234+227+206=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE3CE is #151C31. Grayscale: #E2E2E2. Windows color (decimal): -1383474 or 13558762. OLE color: 13558762.

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

Color convert

RGB234227206-
CMYK00.030.120.08
HSL45º40%86.27%-
HSV(B)45º11.97%91.76%-
XYZ72.5476.8969.41-
YUV226.7116.32133.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 227 (89.06% from 255) = 34.03%
BLUE value IS 206 (80.86% from 255) = 30.88%
R=35.08%
G=34.03%
B=30.88%

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
Decimal23422720600.030.120.08454086.27
HexEAE3CE03C82d2856
Octal3523433160314105550126
Binary111010101110001111001110011110010001011011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3CE; }

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

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

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

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

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

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

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

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