#EBEACD

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

Shades of Spring Sun #EBEACD

Tints of Spring Sun #EBEACD

Color information

#EBEACD (or 0xEBEACD) is unknown color: approx Spring Sun. HEX triplet: EB, EA and CD. RGB value is (235,234,205). Sum of RGB (Red+Green+Blue) = 235+234+205=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEACD is #141532. Grayscale: #E7E7E7. Windows color (decimal): -1316147 or 13495019. OLE color: 13495019.

HSL color Cylindrical-coordinate representation of color #EBEACD: hue angle of 58º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBEACD is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235234205-
CMYK00.000.130.08
HSL58º42.86%86.27%-
HSV(B)58º12.77%92.16%-
XYZ74.780.9269.44-
YUV230.99113.33130.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 234 (91.80% from 255) = 34.72%
BLUE value IS 205 (80.47% from 255) = 30.42%
R=34.87%
G=34.72%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523420500.000.130.085842.8686.27
HexEBEACD00D83a2b56
Octal3533523150015107253126
Binary11101011111010101100110100110110001110101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEACD; }

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

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

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

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

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

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

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

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