#EDECBD

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

Shades of Spring Sun #EDECBD

Tints of Spring Sun #EDECBD

Color information

#EDECBD (or 0xEDECBD) is unknown color: approx Spring Sun. HEX triplet: ED, EC and BD. RGB value is (237,236,189). Sum of RGB (Red+Green+Blue) = 237+236+189=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECBD is #121342. Grayscale: #E7E7E7. Windows color (decimal): -1184579 or 12446957. OLE color: 12446957.

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

Color convert

RGB237236189-
CMYK00.000.200.07
HSL58.75º57.14%83.53%-
HSV(B)58.75º20.25%92.94%-
XYZ74.1181.6760-
YUV230.94104.33132.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 236 (92.58% from 255) = 35.65%
BLUE value IS 189 (74.22% from 255) = 28.55%
R=35.80%
G=35.65%
B=28.55%

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
Decimal23723618900.000.200.0758.7557.1483.53
HexEDECBD001473b3954
Octal355354275002477371124
Binary11101101111011001011110100101001111110111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECBD; }

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

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

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

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

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

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

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

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