#EBE9C0

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

Shades of Spring Sun #EBE9C0

Tints of Spring Sun #EBE9C0

Color information

#EBE9C0 (or 0xEBE9C0) is unknown color: approx Spring Sun. HEX triplet: EB, E9 and C0. RGB value is (235,233,192). Sum of RGB (Red+Green+Blue) = 235+233+192=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 192 (75.39% from 255 or 29.09% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9C0 is #14163F. Grayscale: #E5E5E5. Windows color (decimal): -1316416 or 12642795. OLE color: 12642795.

HSL color Cylindrical-coordinate representation of color #EBE9C0: hue angle of 57.21º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBE9C0 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235233192-
CMYK00.010.180.08
HSL57.21º51.81%83.73%-
HSV(B)57.21º18.3%92.16%-
XYZ72.9179.7561.42-
YUV228.92107.16132.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 233 (91.41% from 255) = 35.30%
BLUE value IS 192 (75.39% from 255) = 29.09%
R=35.61%
G=35.30%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523319200.010.180.0857.2151.8183.73
HexEBE9C001128393454
Octal3533513000122107164124
Binary111010111110100111000000011001010001110011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9C0; }

 p { color: rgb(235,233,192); }

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

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

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

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

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

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

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