#EDEBC8

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

Shades of Spring Sun #EDEBC8

Tints of Spring Sun #EDEBC8

Color information

#EDEBC8 (or 0xEDEBC8) is unknown color: approx Spring Sun. HEX triplet: ED, EB and C8. RGB value is (237,235,200). Sum of RGB (Red+Green+Blue) = 237+235+200=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBC8 is #121437. Grayscale: #E7E7E7. Windows color (decimal): -1184824 or 13167597. OLE color: 13167597.

HSL color Cylindrical-coordinate representation of color #EDEBC8: hue angle of 56.76º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDEBC8 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237235200-
CMYK00.010.160.07
HSL56.76º50.68%85.69%-
HSV(B)56.76º15.61%92.94%-
XYZ75.0681.5966.44-
YUV231.61110.16131.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 200 (78.52% from 255) = 29.76%
R=35.27%
G=34.97%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723520000.010.160.0756.7650.6885.69
HexEDEBC801107393356
Octal355353310012077163126
Binary11101101111010111100100001100001111110011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBC8; }

 p { color: rgb(237,235,200); }

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

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

 a { background-color: rgb(237,235,200); }

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

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

 span { border-color: rgb(237,235,200); }

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