#EAE3CB

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

Shades of Orange White #EAE3CB

Tints of Orange White #EAE3CB

Color information

#EAE3CB (or 0xEAE3CB) is unknown color: approx Orange White. HEX triplet: EA, E3 and CB. RGB value is (234,227,203). Sum of RGB (Red+Green+Blue) = 234+227+203=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 227 (89.06% from 255 or 34.19% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE3CB is #151C34. Grayscale: #E2E2E2. Windows color (decimal): -1383477 or 13362154. OLE color: 13362154.

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

Color convert

RGB234227203-
CMYK00.030.130.08
HSL46.45º42.47%85.69%-
HSV(B)46.45º13.25%91.76%-
XYZ72.1876.7467.51-
YUV226.36114.82133.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 227 (89.06% from 255) = 34.19%
BLUE value IS 203 (79.69% from 255) = 30.57%
R=35.24%
G=34.19%
B=30.57%

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
Decimal23422720300.030.130.0846.4542.4785.69
HexEAE3CB03D82e2a56
Octal3523433130315105652126
Binary111010101110001111001011011110110001011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3CB; }

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

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

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

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

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

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

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

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