#EBEBC4

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

Shades of Spring Sun #EBEBC4

Tints of Spring Sun #EBEBC4

Color information

#EBEBC4 (or 0xEBEBC4) is unknown color: approx Spring Sun. HEX triplet: EB, EB and C4. RGB value is (235,235,196). Sum of RGB (Red+Green+Blue) = 235+235+196=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBC4 is #14143B. Grayscale: #E6E6E6. Windows color (decimal): -1315900 or 12905451. OLE color: 12905451.

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

Color convert

RGB235235196-
CMYK000.170.08
HSL60º49.37%84.51%-
HSV(B)60º16.6%92.16%-
XYZ73.9381.0663.97-
YUV230.55108.5131.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 196 (76.95% from 255) = 29.43%
R=35.29%
G=35.29%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235196000.170.086049.3784.51
HexEBEBC4001183c3155
Octal3533533040021107461125
Binary111010111110101111000100001000110001111001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBC4; }

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

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

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

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

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

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

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

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