#EAE3CA

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

Shades of Orange White #EAE3CA

Tints of Orange White #EAE3CA

Color information

#EAE3CA (or 0xEAE3CA) is unknown color: approx Orange White. HEX triplet: EA, E3 and CA. RGB value is (234,227,202). Sum of RGB (Red+Green+Blue) = 234+227+202=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE3CA is #151C35. Grayscale: #E2E2E2. Windows color (decimal): -1383478 or 13296618. OLE color: 13296618.

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

Color convert

RGB234227202-
CMYK00.030.140.08
HSL46.88º43.24%85.49%-
HSV(B)46.88º13.68%91.76%-
XYZ72.0676.6966.88-
YUV226.24114.32133.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 227 (89.06% from 255) = 34.24%
BLUE value IS 202 (79.30% from 255) = 30.47%
R=35.29%
G=34.24%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422720200.030.140.0846.8843.2485.49
HexEAE3CA03E82f2b55
Octal3523433120316105753125
Binary111010101110001111001010011111010001011111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3CA; }

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

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

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

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

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

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

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

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