#ECECC1

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

Shades of Spring Sun #ECECC1

Tints of Spring Sun #ECECC1

Color information

#ECECC1 (or 0xECECC1) is unknown color: approx Spring Sun. HEX triplet: EC, EC and C1. RGB value is (236,236,193). Sum of RGB (Red+Green+Blue) = 236+236+193=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECC1 is #13133E. Grayscale: #E7E7E7. Windows color (decimal): -1250111 or 12709100. OLE color: 12709100.

HSL color Cylindrical-coordinate representation of color #ECECC1: hue angle of 60º 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 #ECECC1 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB236236193-
CMYK000.180.07
HSL60º53.09%84.12%-
HSV(B)60º18.22%92.55%-
XYZ74.2181.6762.31-
YUV231.1106.5131.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 236 (92.58% from 255) = 35.49%
BLUE value IS 193 (75.78% from 255) = 29.02%
R=35.49%
G=35.49%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236193000.180.076053.0984.12
HexECECC1001273c3554
Octal354354301002277465124
Binary11101100111011001100000100100101111111001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECC1; }

 p { color: rgb(236,236,193); }

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

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

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

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

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

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

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