#EAECC0

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

Shades of Spring Sun #EAECC0

Tints of Spring Sun #EAECC0

Color information

#EAECC0 (or 0xEAECC0) is unknown color: approx Spring Sun. HEX triplet: EA, EC and C0. RGB value is (234,236,192). Sum of RGB (Red+Green+Blue) = 234+236+192=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECC0 is #15133F. Grayscale: #E6E6E6. Windows color (decimal): -1381184 or 12643562. OLE color: 12643562.

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

Color convert

RGB234236192-
CMYK0.0100.190.07
HSL62.73º53.66%83.92%-
HSV(B)62.73º18.64%92.55%-
XYZ73.4481.2961.69-
YUV230.39106.34130.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 236 (92.58% from 255) = 35.65%
BLUE value IS 192 (75.39% from 255) = 29.00%
R=35.35%
G=35.65%
B=29.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342361920.0100.190.0762.7353.6683.92
HexEAECC0101373f3654
Octal352354300102377766124
Binary11101010111011001100000010100111111111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECC0; }

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

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

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

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

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

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

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

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