#EAE2CA

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

Shades of Orange White #EAE2CA

Tints of Orange White #EAE2CA

Color information

#EAE2CA (or 0xEAE2CA) is unknown color: approx Orange White. HEX triplet: EA, E2 and CA. RGB value is (234,226,202). Sum of RGB (Red+Green+Blue) = 234+226+202=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2CA is #151D35. Grayscale: #E1E1E1. Windows color (decimal): -1383734 or 13296362. OLE color: 13296362.

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

Color convert

RGB234226202-
CMYK00.030.140.08
HSL45º43.24%85.49%-
HSV(B)45º13.68%91.76%-
XYZ71.7976.1566.79-
YUV225.66114.65133.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 226 (88.67% from 255) = 34.14%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=35.35%
G=34.14%
B=30.51%

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
Decimal23422620200.030.140.084543.2485.49
HexEAE2CA03E82d2b55
Octal3523423120316105553125
Binary111010101110001011001010011111010001011011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2CA; }

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

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

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

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

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

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

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

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