#EBE8C4

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

Shades of Half And Half #EBE8C4

Tints of Half And Half #EBE8C4

Color information

#EBE8C4 (or 0xEBE8C4) is unknown color: approx Half And Half. HEX triplet: EB, E8 and C4. RGB value is (235,232,196). Sum of RGB (Red+Green+Blue) = 235+232+196=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 196 (76.95% from 255 or 29.56% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8C4 is #14173B. Grayscale: #E4E4E4. Windows color (decimal): -1316668 or 12904683. OLE color: 12904683.

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

Color convert

RGB235232196-
CMYK00.010.170.08
HSL55.38º49.37%84.51%-
HSV(B)55.38º16.6%92.16%-
XYZ73.0879.3663.69-
YUV228.79109.49132.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 232 (91.02% from 255) = 34.99%
BLUE value IS 196 (76.95% from 255) = 29.56%
R=35.44%
G=34.99%
B=29.56%

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
Decimal23523219600.010.170.0855.3849.3784.51
HexEBE8C401118373155
Octal3533503040121106761125
Binary111010111110100011000100011000110001101111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8C4; }

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

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

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

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

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

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

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

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