#EAE5CF

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

Shades of Orange White #EAE5CF

Tints of Orange White #EAE5CF

Color information

#EAE5CF (or 0xEAE5CF) is unknown color: approx Orange White. HEX triplet: EA, E5 and CF. RGB value is (234,229,207). Sum of RGB (Red+Green+Blue) = 234+229+207=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5CF is #151A30. Grayscale: #E4E4E4. Windows color (decimal): -1382961 or 13624810. OLE color: 13624810.

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

Color convert

RGB234229207-
CMYK00.020.120.08
HSL48.89º39.13%86.47%-
HSV(B)48.89º11.54%91.76%-
XYZ73.2178.0470.24-
YUV227.99116.16132.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 207 (81.25% from 255) = 30.90%
R=34.93%
G=34.18%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422920700.020.120.0848.8939.1386.47
HexEAE5CF02C8312756
Octal3523453170214106147126
Binary111010101110010111001111010110010001100011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5CF; }

 p { color: rgb(234,229,207); }

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

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

 a { background-color: rgb(234,229,207); }

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

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

 span { border-color: rgb(234,229,207); }

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