#EBEAC9

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

Shades of Spring Sun #EBEAC9

Tints of Spring Sun #EBEAC9

Color information

#EBEAC9 (or 0xEBEAC9) is unknown color: approx Spring Sun. HEX triplet: EB, EA and C9. RGB value is (235,234,201). Sum of RGB (Red+Green+Blue) = 235+234+201=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAC9 is #141536. Grayscale: #E6E6E6. Windows color (decimal): -1316151 or 13232875. OLE color: 13232875.

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

Color convert

RGB235234201-
CMYK00.000.140.08
HSL58.24º45.95%85.49%-
HSV(B)58.24º14.47%92.16%-
XYZ74.2380.7266.93-
YUV230.54111.33131.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 201 (78.91% from 255) = 30%
R=35.07%
G=34.93%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523420100.000.140.0858.2445.9585.49
HexEBEAC900E83a2e55
Octal3533523110016107256125
Binary11101011111010101100100100111010001110101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAC9; }

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

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

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

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

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

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

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

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