#EDEBC6

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

Shades of Spring Sun #EDEBC6

Tints of Spring Sun #EDEBC6

Color information

#EDEBC6 (or 0xEDEBC6) is unknown color: approx Spring Sun. HEX triplet: ED, EB and C6. RGB value is (237,235,198). Sum of RGB (Red+Green+Blue) = 237+235+198=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 198 (77.73% from 255 or 29.55% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBC6 is #121439. Grayscale: #E7E7E7. Windows color (decimal): -1184826 or 13036525. OLE color: 13036525.

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

Color convert

RGB237235198-
CMYK00.010.160.07
HSL56.92º52%85.29%-
HSV(B)56.92º16.46%92.94%-
XYZ74.8381.565.21-
YUV231.38109.16132.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 198 (77.73% from 255) = 29.55%
R=35.37%
G=35.07%
B=29.55%

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
Decimal23723519800.010.160.0756.925285.29
HexEDEBC601107393455
Octal355353306012077164125
Binary11101101111010111100011001100001111110011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBC6; }

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

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

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

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

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

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

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

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