#EDEDCC

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

Shades of Spring Sun #EDEDCC

Tints of Spring Sun #EDEDCC

Color information

#EDEDCC (or 0xEDEDCC) is unknown color: approx Spring Sun. HEX triplet: ED, ED and CC. RGB value is (237,237,204). Sum of RGB (Red+Green+Blue) = 237+237+204=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDCC is #121233. Grayscale: #E9E9E9. Windows color (decimal): -1184308 or 13430253. OLE color: 13430253.

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

Color convert

RGB237237204-
CMYK000.140.07
HSL60º47.83%86.47%-
HSV(B)60º13.92%92.94%-
XYZ76.1182.9369.12-
YUV233.24111.5130.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 237 (92.97% from 255) = 34.96%
BLUE value IS 204 (80.08% from 255) = 30.09%
R=34.96%
G=34.96%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237204000.140.076047.8386.47
HexEDEDCC00E73c3056
Octal355355314001677460126
Binary1110110111101101110011000011101111111001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDCC; }

 p { color: rgb(237,237,204); }

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

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

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

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

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

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

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