#EBE7C4

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

Shades of Half And Half #EBE7C4

Tints of Half And Half #EBE7C4

Color information

#EBE7C4 (or 0xEBE7C4) is unknown color: approx Half And Half. HEX triplet: EB, E7 and C4. RGB value is (235,231,196). Sum of RGB (Red+Green+Blue) = 235+231+196=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 196 (76.95% from 255 or 29.61% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7C4 is #14183B. Grayscale: #E4E4E4. Windows color (decimal): -1316924 or 12904427. OLE color: 12904427.

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

Color convert

RGB235231196-
CMYK00.020.170.08
HSL53.85º49.37%84.51%-
HSV(B)53.85º16.6%92.16%-
XYZ72.878.863.6-
YUV228.21109.83132.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 231 (90.62% from 255) = 34.89%
BLUE value IS 196 (76.95% from 255) = 29.61%
R=35.50%
G=34.89%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523119600.020.170.0853.8549.3784.51
HexEBE7C402118363155
Octal3533473040221106661125
Binary1110101111100111110001000101000110001101101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7C4; }

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

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

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

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

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

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

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

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