#EDEECA

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

Shades of Spring Sun #EDEECA

Tints of Spring Sun #EDEECA

Color information

#EDEECA (or 0xEDEECA) is unknown color: approx Spring Sun. HEX triplet: ED, EE and CA. RGB value is (237,238,202). Sum of RGB (Red+Green+Blue) = 237+238+202=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEECA is #121135. Grayscale: #E9E9E9. Windows color (decimal): -1184054 or 13299437. OLE color: 13299437.

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

Color convert

RGB237238202-
CMYK0.0000.150.07
HSL61.67º51.43%86.27%-
HSV(B)61.67º15.13%93.33%-
XYZ76.1683.4267.96-
YUV233.6110.17130.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 238 (93.36% from 255) = 35.16%
BLUE value IS 202 (79.30% from 255) = 29.84%
R=35.01%
G=35.16%
B=29.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382020.0000.150.0761.6751.4386.27
HexEDEECA00F73e3356
Octal355356312001777663126
Binary1110110111101110110010100011111111111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEECA; }

 p { color: rgb(237,238,202); }

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

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

 a { background-color: rgb(237,238,202); }

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

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

 span { border-color: rgb(237,238,202); }

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