#EDEFC6

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

Shades of Spring Sun #EDEFC6

Tints of Spring Sun #EDEFC6

Color information

#EDEFC6 (or 0xEDEFC6) is unknown color: approx Spring Sun. HEX triplet: ED, EF and C6. RGB value is (237,239,198). Sum of RGB (Red+Green+Blue) = 237+239+198=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 198 (77.73% from 255 or 29.38% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFC6 is #121039. Grayscale: #E9E9E9. Windows color (decimal): -1183802 or 13037549. OLE color: 13037549.

HSL color Cylindrical-coordinate representation of color #EDEFC6: hue angle of 62.93º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDEFC6 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB237239198-
CMYK0.0100.170.06
HSL62.93º56.16%85.69%-
HSV(B)62.93º17.15%93.73%-
XYZ75.9883.8165.6-
YUV233.73107.84130.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 239 (93.75% from 255) = 35.46%
BLUE value IS 198 (77.73% from 255) = 29.38%
R=35.16%
G=35.46%
B=29.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391980.0100.170.0662.9356.1685.69
HexEDEFC6101163f3856
Octal355357306102167770126
Binary11101101111011111100011010100011101111111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFC6; }

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

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

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

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

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

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

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

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