#EBE4C4

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

Shades of Half And Half #EBE4C4

Tints of Half And Half #EBE4C4

Color information

#EBE4C4 (or 0xEBE4C4) is unknown color: approx Half And Half. HEX triplet: EB, E4 and C4. RGB value is (235,228,196). Sum of RGB (Red+Green+Blue) = 235+228+196=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 196 (76.95% from 255 or 29.74% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4C4 is #141B3B. Grayscale: #E2E2E2. Windows color (decimal): -1317692 or 12903659. OLE color: 12903659.

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

Color convert

RGB235228196-
CMYK00.030.170.08
HSL49.23º49.37%84.51%-
HSV(B)49.23º16.6%92.16%-
XYZ71.9777.1363.32-
YUV226.44110.82134.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 228 (89.45% from 255) = 34.60%
BLUE value IS 196 (76.95% from 255) = 29.74%
R=35.66%
G=34.60%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522819600.030.170.0849.2349.3784.51
HexEBE4C403118313155
Octal3533443040321106161125
Binary1110101111100100110001000111000110001100011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4C4; }

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

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

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

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

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

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

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

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