#EDECBE

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

Shades of Spring Sun #EDECBE

Tints of Spring Sun #EDECBE

Color information

#EDECBE (or 0xEDECBE) is unknown color: approx Spring Sun. HEX triplet: ED, EC and BE. RGB value is (237,236,190). Sum of RGB (Red+Green+Blue) = 237+236+190=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 190 (74.61% from 255 or 28.66% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECBE is #121341. Grayscale: #E7E7E7. Windows color (decimal): -1184578 or 12512493. OLE color: 12512493.

HSL color Cylindrical-coordinate representation of color #EDECBE: hue angle of 58.72º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDECBE is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237236190-
CMYK00.000.200.07
HSL58.72º56.63%83.73%-
HSV(B)58.72º19.83%92.94%-
XYZ74.2181.7160.58-
YUV231.05104.83132.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 190 (74.61% from 255) = 28.66%
R=35.75%
G=35.60%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723619000.000.200.0758.7256.6383.73
HexEDECBE001473b3954
Octal355354276002477371124
Binary11101101111011001011111000101001111110111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECBE; }

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

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

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

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

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

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

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

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