#EBEBCC

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

Shades of Spring Sun #EBEBCC

Tints of Spring Sun #EBEBCC

Color information

#EBEBCC (or 0xEBEBCC) is unknown color: approx Spring Sun. HEX triplet: EB, EB and CC. RGB value is (235,235,204). Sum of RGB (Red+Green+Blue) = 235+235+204=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBCC is #141433. Grayscale: #E7E7E7. Windows color (decimal): -1315892 or 13429739. OLE color: 13429739.

HSL color Cylindrical-coordinate representation of color #EBEBCC: hue angle of 60º degrees, saturation: 0.44, 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 #EBEBCC is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235235204-
CMYK000.130.08
HSL60º43.66%86.08%-
HSV(B)60º13.19%92.16%-
XYZ74.8781.4468.9-
YUV231.47112.5130.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 204 (80.08% from 255) = 30.27%
R=34.87%
G=34.87%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235204000.130.086043.6686.08
HexEBEBCC00D83c2c56
Octal3533533140015107454126
Binary11101011111010111100110000110110001111001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBCC; }

 p { color: rgb(235,235,204); }

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

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

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

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

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

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

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