#EBE9C3

Color #EBE9C3 Half And Half (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half And Half #EBE9C3

Tints of Half And Half #EBE9C3

Color information

#EBE9C3 (or 0xEBE9C3) is unknown color: approx Half And Half. HEX triplet: EB, E9 and C3. RGB value is (235,233,195). Sum of RGB (Red+Green+Blue) = 235+233+195=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 195 (76.56% from 255 or 29.41% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9C3 is #14163C. Grayscale: #E5E5E5. Windows color (decimal): -1316413 or 12839403. OLE color: 12839403.

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

Color convert

RGB235233195-
CMYK00.010.170.08
HSL57º50%84.31%-
HSV(B)57º17.02%92.16%-
XYZ73.2579.8863.19-
YUV229.27108.66132.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 233 (91.41% from 255) = 35.14%
BLUE value IS 195 (76.56% from 255) = 29.41%
R=35.44%
G=35.14%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523319500.010.170.08575084.31
HexEBE9C301118393254
Octal3533513030121107162124
Binary111010111110100111000011011000110001110011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9C3; }

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

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

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

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

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

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

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

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