#ECEAC2

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

Shades of Spring Sun #ECEAC2

Tints of Spring Sun #ECEAC2

Color information

#ECEAC2 (or 0xECEAC2) is unknown color: approx Spring Sun. HEX triplet: EC, EA and C2. RGB value is (236,234,194). Sum of RGB (Red+Green+Blue) = 236+234+194=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 194 (76.17% from 255 or 29.22% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAC2 is #13153D. Grayscale: #E6E6E6. Windows color (decimal): -1250622 or 12774124. OLE color: 12774124.

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

Color convert

RGB236234194-
CMYK00.010.180.07
HSL57.14º52.5%84.31%-
HSV(B)57.14º17.8%92.55%-
XYZ73.7580.5762.7-
YUV230.04107.66132.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 194 (76.17% from 255) = 29.22%
R=35.54%
G=35.24%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623419400.010.180.0757.1452.584.31
HexECEAC201127393554
Octal354352302012277165124
Binary11101100111010101100001001100101111110011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAC2; }

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

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

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

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

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

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

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

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