#ECEDC1

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

Shades of Spring Sun #ECEDC1

Tints of Spring Sun #ECEDC1

Color information

#ECEDC1 (or 0xECEDC1) is unknown color: approx Spring Sun. HEX triplet: EC, ED and C1. RGB value is (236,237,193). Sum of RGB (Red+Green+Blue) = 236+237+193=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 193 (75.78% from 255 or 28.98% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDC1 is #13123E. Grayscale: #E7E7E7. Windows color (decimal): -1249855 or 12709356. OLE color: 12709356.

HSL color Cylindrical-coordinate representation of color #ECEDC1: hue angle of 61.36º degrees, saturation: 0.55, 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 #ECEDC1 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236237193-
CMYK0.0000.190.07
HSL61.36º55%84.31%-
HSV(B)61.36º18.57%92.94%-
XYZ74.582.2562.4-
YUV231.68106.17131.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 237 (92.97% from 255) = 35.59%
BLUE value IS 193 (75.78% from 255) = 28.98%
R=35.44%
G=35.59%
B=28.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362371930.0000.190.0761.365584.31
HexECEDC1001373d3754
Octal354355301002377567124
Binary11101100111011011100000100100111111111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDC1; }

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

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

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

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

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

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

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

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