#EBEDC5

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

Shades of Spring Sun #EBEDC5

Tints of Spring Sun #EBEDC5

Color information

#EBEDC5 (or 0xEBEDC5) is unknown color: approx Spring Sun. HEX triplet: EB, ED and C5. RGB value is (235,237,197). Sum of RGB (Red+Green+Blue) = 235+237+197=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDC5 is #14123A. Grayscale: #E8E8E8. Windows color (decimal): -1315387 or 12971499. OLE color: 12971499.

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

Color convert

RGB235237197-
CMYK0.0100.170.07
HSL63º52.63%85.1%-
HSV(B)63º16.88%92.94%-
XYZ74.6282.2664.77-
YUV231.84108.34130.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 197 (77.34% from 255) = 29.45%
R=35.13%
G=35.43%
B=29.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371970.0100.170.076352.6385.1
HexEBEDC5101173f3555
Octal353355305102177765125
Binary11101011111011011100010110100011111111111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDC5; }

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

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

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

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

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

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

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

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