#EBEBCD

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

Shades of Spring Sun #EBEBCD

Tints of Spring Sun #EBEBCD

Color information

#EBEBCD (or 0xEBEBCD) is unknown color: approx Spring Sun. HEX triplet: EB, EB and CD. RGB value is (235,235,205). Sum of RGB (Red+Green+Blue) = 235+235+205=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBCD is #141432. Grayscale: #E7E7E7. Windows color (decimal): -1315891 or 13495275. OLE color: 13495275.

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

Color convert

RGB235235205-
CMYK000.130.08
HSL60º42.86%86.27%-
HSV(B)60º12.77%92.16%-
XYZ74.9981.4969.53-
YUV231.58113130.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 205 (80.47% from 255) = 30.37%
R=34.81%
G=34.81%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235205000.130.086042.8686.27
HexEBEBCD00D83c2b56
Octal3533533150015107453126
Binary11101011111010111100110100110110001111001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBCD; }

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

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

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

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

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

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

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

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