#EBE9C4

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

Shades of Half And Half #EBE9C4

Tints of Half And Half #EBE9C4

Color information

#EBE9C4 (or 0xEBE9C4) is unknown color: approx Half And Half. HEX triplet: EB, E9 and C4. RGB value is (235,233,196). Sum of RGB (Red+Green+Blue) = 235+233+196=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 196 (76.95% from 255 or 29.52% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9C4 is #14163B. Grayscale: #E5E5E5. Windows color (decimal): -1316412 or 12904939. OLE color: 12904939.

HSL color Cylindrical-coordinate representation of color #EBE9C4: hue angle of 56.92º 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 #EBE9C4 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235233196-
CMYK00.010.170.08
HSL56.92º49.37%84.51%-
HSV(B)56.92º16.6%92.16%-
XYZ73.3679.9363.79-
YUV229.38109.16132.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 233 (91.41% from 255) = 35.09%
BLUE value IS 196 (76.95% from 255) = 29.52%
R=35.39%
G=35.09%
B=29.52%

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
Decimal23523319600.010.170.0856.9249.3784.51
HexEBE9C401118393155
Octal3533513040121107161125
Binary111010111110100111000100011000110001110011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9C4; }

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

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

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

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

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

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

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

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