#EAECC4

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

Shades of Spring Sun #EAECC4

Tints of Spring Sun #EAECC4

Color information

#EAECC4 (or 0xEAECC4) is unknown color: approx Spring Sun. HEX triplet: EA, EC and C4. RGB value is (234,236,196). Sum of RGB (Red+Green+Blue) = 234+236+196=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECC4 is #15133B. Grayscale: #E7E7E7. Windows color (decimal): -1381180 or 12905706. OLE color: 12905706.

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

Color convert

RGB234236196-
CMYK0.0100.170.07
HSL63º51.28%84.71%-
HSV(B)63º16.95%92.55%-
XYZ73.8981.4764.06-
YUV230.84108.34130.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 236 (92.58% from 255) = 35.44%
BLUE value IS 196 (76.95% from 255) = 29.43%
R=35.14%
G=35.44%
B=29.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342361960.0100.170.076351.2884.71
HexEAECC4101173f3355
Octal352354304102177763125
Binary11101010111011001100010010100011111111111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECC4; }

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

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

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

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

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

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

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

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