#EBEBD0

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

Shades of Spring Sun #EBEBD0

Tints of Spring Sun #EBEBD0

Color information

#EBEBD0 (or 0xEBEBD0) is unknown color: approx Spring Sun. HEX triplet: EB, EB and D0. RGB value is (235,235,208). Sum of RGB (Red+Green+Blue) = 235+235+208=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBD0 is #14142F. Grayscale: #E8E8E8. Windows color (decimal): -1315888 or 13691883. OLE color: 13691883.

HSL color Cylindrical-coordinate representation of color #EBEBD0: hue angle of 60º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBEBD0 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235235208-
CMYK000.110.08
HSL60º40.3%86.86%-
HSV(B)60º11.49%92.16%-
XYZ75.3581.6371.46-
YUV231.92114.5130.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 235 (92.19% from 255) = 34.66%
BLUE value IS 208 (81.64% from 255) = 30.68%
R=34.66%
G=34.66%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235208000.110.086040.386.86
HexEBEBD000B83c2857
Octal3533533200013107450127
Binary11101011111010111101000000101110001111001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBD0; }

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

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

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

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

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

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

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

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