#EBE9C9

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

Shades of Half And Half #EBE9C9

Tints of Half And Half #EBE9C9

Color information

#EBE9C9 (or 0xEBE9C9) is unknown color: approx Half And Half. HEX triplet: EB, E9 and C9. RGB value is (235,233,201). Sum of RGB (Red+Green+Blue) = 235+233+201=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 201 (78.91% from 255 or 30.04% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9C9 is #141636. Grayscale: #E6E6E6. Windows color (decimal): -1316407 or 13232619. OLE color: 13232619.

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

Color convert

RGB235233201-
CMYK00.010.140.08
HSL56.47º45.95%85.49%-
HSV(B)56.47º14.47%92.16%-
XYZ73.9480.1666.83-
YUV229.95111.66131.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 233 (91.41% from 255) = 34.83%
BLUE value IS 201 (78.91% from 255) = 30.04%
R=35.13%
G=34.83%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523320100.010.140.0856.4745.9585.49
HexEBE9C901E8382e55
Octal3533513110116107056125
Binary11101011111010011100100101111010001110001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9C9; }

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

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

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

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

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

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

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

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