#EAECCC

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

Shades of Spring Sun #EAECCC

Tints of Spring Sun #EAECCC

Color information

#EAECCC (or 0xEAECCC) is unknown color: approx Spring Sun. HEX triplet: EA, EC and CC. RGB value is (234,236,204). Sum of RGB (Red+Green+Blue) = 234+236+204=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECCC is #151333. Grayscale: #E7E7E7. Windows color (decimal): -1381172 or 13429994. OLE color: 13429994.

HSL color Cylindrical-coordinate representation of color #EAECCC: hue angle of 63.75º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAECCC is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB234236204-
CMYK0.0100.140.07
HSL63.75º45.71%86.27%-
HSV(B)63.75º13.56%92.55%-
XYZ74.8381.8468.98-
YUV231.75112.34129.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 236 (92.58% from 255) = 35.01%
BLUE value IS 204 (80.08% from 255) = 30.27%
R=34.72%
G=35.01%
B=30.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342362040.0100.140.0763.7545.7186.27
HexEAECCC10E7402e56
Octal3523543141016710056126
Binary11101010111011001100110010111011110000001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECCC; }

 p { color: rgb(234,236,204); }

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

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

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

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

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

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

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