#EDECBF

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

Shades of Spring Sun #EDECBF

Tints of Spring Sun #EDECBF

Color information

#EDECBF (or 0xEDECBF) is unknown color: approx Spring Sun. HEX triplet: ED, EC and BF. RGB value is (237,236,191). Sum of RGB (Red+Green+Blue) = 237+236+191=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECBF is #121340. Grayscale: #E7E7E7. Windows color (decimal): -1184577 or 12578029. OLE color: 12578029.

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

Color convert

RGB237236191-
CMYK00.000.190.07
HSL58.7º56.1%83.92%-
HSV(B)58.7º19.41%92.94%-
XYZ74.3281.7661.15-
YUV231.17105.33132.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 191 (75% from 255) = 28.77%
R=35.69%
G=35.54%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723619100.000.190.0758.756.183.92
HexEDECBF001373b3854
Octal355354277002377370124
Binary11101101111011001011111100100111111110111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECBF; }

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

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

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

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

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

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

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

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