#EDEFC0

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

Shades of Spring Sun #EDEFC0

Tints of Spring Sun #EDEFC0

Color information

#EDEFC0 (or 0xEDEFC0) is unknown color: approx Spring Sun. HEX triplet: ED, EF and C0. RGB value is (237,239,192). Sum of RGB (Red+Green+Blue) = 237+239+192=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 192 (75.39% from 255 or 28.74% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFC0 is #12103F. Grayscale: #E9E9E9. Windows color (decimal): -1183808 or 12644333. OLE color: 12644333.

HSL color Cylindrical-coordinate representation of color #EDEFC0: hue angle of 62.55º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDEFC0 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB237239192-
CMYK0.0100.200.06
HSL62.55º59.49%84.51%-
HSV(B)62.55º19.67%93.73%-
XYZ75.3183.5462.03-
YUV233.04104.84130.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 192 (75.39% from 255) = 28.74%
R=35.48%
G=35.78%
B=28.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391920.0100.200.0662.5559.4984.51
HexEDEFC0101463f3b55
Octal355357300102467773125
Binary11101101111011111100000010101001101111111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFC0; }

 p { color: rgb(237,239,192); }

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

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

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

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

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

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

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