#EBEACB

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

Shades of Spring Sun #EBEACB

Tints of Spring Sun #EBEACB

Color information

#EBEACB (or 0xEBEACB) is unknown color: approx Spring Sun. HEX triplet: EB, EA and CB. RGB value is (235,234,203). Sum of RGB (Red+Green+Blue) = 235+234+203=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEACB is #141534. Grayscale: #E6E6E6. Windows color (decimal): -1316149 or 13363947. OLE color: 13363947.

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

Color convert

RGB235234203-
CMYK00.000.140.08
HSL58.12º44.44%85.88%-
HSV(B)58.12º13.62%92.16%-
XYZ74.4680.8268.18-
YUV230.76112.33131.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 234 (91.80% from 255) = 34.82%
BLUE value IS 203 (79.69% from 255) = 30.21%
R=34.97%
G=34.82%
B=30.21%

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
Decimal23523420300.000.140.0858.1244.4485.88
HexEBEACB00E83a2c56
Octal3533523130016107254126
Binary11101011111010101100101100111010001110101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEACB; }

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

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

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

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

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

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

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

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