#EBEDCD

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

Shades of Spring Sun #EBEDCD

Tints of Spring Sun #EBEDCD

Color information

#EBEDCD (or 0xEBEDCD) is unknown color: approx Spring Sun. HEX triplet: EB, ED and CD. RGB value is (235,237,205). Sum of RGB (Red+Green+Blue) = 235+237+205=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDCD is #141232. Grayscale: #E8E8E8. Windows color (decimal): -1315379 or 13495787. OLE color: 13495787.

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

Color convert

RGB235237205-
CMYK0.0100.140.07
HSL63.75º47.06%86.67%-
HSV(B)63.75º13.5%92.94%-
XYZ75.5682.6469.73-
YUV232.75112.34129.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 205 (80.47% from 255) = 30.28%
R=34.71%
G=35.01%
B=30.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352372050.0100.140.0763.7547.0686.67
HexEBEDCD10E7402f57
Octal3533553151016710057127
Binary11101011111011011100110110111011110000001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDCD; }

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

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

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

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

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

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

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

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