#EAE4CB

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

Shades of Orange White #EAE4CB

Tints of Orange White #EAE4CB

Color information

#EAE4CB (or 0xEAE4CB) is unknown color: approx Orange White. HEX triplet: EA, E4 and CB. RGB value is (234,228,203). Sum of RGB (Red+Green+Blue) = 234+228+203=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4CB is #151B34. Grayscale: #E3E3E3. Windows color (decimal): -1383221 or 13362410. OLE color: 13362410.

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

Color convert

RGB234228203-
CMYK00.030.130.08
HSL48.39º42.47%85.69%-
HSV(B)48.39º13.25%91.76%-
XYZ72.4577.2967.6-
YUV226.94114.49133.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 203 (79.69% from 255) = 30.53%
R=35.19%
G=34.29%
B=30.53%

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
Decimal23422820300.030.130.0848.3942.4785.69
HexEAE4CB03D8302a56
Octal3523443130315106052126
Binary111010101110010011001011011110110001100001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4CB; }

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

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

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

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

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

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

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

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