#EBEDC7

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

Shades of Spring Sun #EBEDC7

Tints of Spring Sun #EBEDC7

Color information

#EBEDC7 (or 0xEBEDC7) is unknown color: approx Spring Sun. HEX triplet: EB, ED and C7. RGB value is (235,237,199). Sum of RGB (Red+Green+Blue) = 235+237+199=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 199 (78.12% from 255 or 29.66% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDC7 is #141238. Grayscale: #E8E8E8. Windows color (decimal): -1315385 or 13102571. OLE color: 13102571.

HSL color Cylindrical-coordinate representation of color #EBEDC7: hue angle of 63.16º degrees, saturation: 0.51, 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 #EBEDC7 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB235237199-
CMYK0.0100.160.07
HSL63.16º51.35%85.49%-
HSV(B)63.16º16.03%92.94%-
XYZ74.8582.3565.98-
YUV232.07109.34130.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 199 (78.12% from 255) = 29.66%
R=35.02%
G=35.32%
B=29.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371990.0100.160.0763.1651.3585.49
HexEBEDC7101073f3355
Octal353355307102077763125
Binary11101011111011011100011110100001111111111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDC7; }

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

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

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

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

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

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

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

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