#EAEAC7

Color #EAEAC7 Spring Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Sun #EAEAC7

Tints of Spring Sun #EAEAC7

Color information

#EAEAC7 (or 0xEAEAC7) is unknown color: approx Spring Sun. HEX triplet: EA, EA and C7. RGB value is (234,234,199). Sum of RGB (Red+Green+Blue) = 234+234+199=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 199 (78.12% from 255 or 29.84% from 667); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEAC7 is #151538. Grayscale: #E6E6E6. Windows color (decimal): -1381689 or 13101802. OLE color: 13101802.

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

Color convert

RGB234234199-
CMYK000.150.08
HSL60º45.45%84.9%-
HSV(B)60º14.96%91.76%-
XYZ73.6680.4665.68-
YUV230.01110.5130.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 199 (78.12% from 255) = 29.84%
R=35.08%
G=35.08%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234199000.150.086045.4584.9
HexEAEAC700F83c2d55
Octal3523523070017107455125
Binary11101010111010101100011100111110001111001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAC7; }

 p { color: rgb(234,234,199); }

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

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

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

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

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

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

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