#EBE7C7

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

Shades of Half And Half #EBE7C7

Tints of Half And Half #EBE7C7

Color information

#EBE7C7 (or 0xEBE7C7) is unknown color: approx Half And Half. HEX triplet: EB, E7 and C7. RGB value is (235,231,199). Sum of RGB (Red+Green+Blue) = 235+231+199=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 231 (90.62% from 255 or 34.74% from 665); Blue value is 199 (78.12% from 255 or 29.92% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7C7 is #141838. Grayscale: #E4E4E4. Windows color (decimal): -1316921 or 13101035. OLE color: 13101035.

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

Color convert

RGB235231199-
CMYK00.020.150.08
HSL53.33º47.37%85.1%-
HSV(B)53.33º15.32%92.16%-
XYZ73.1578.9465.41-
YUV228.55111.33132.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 231 (90.62% from 255) = 34.74%
BLUE value IS 199 (78.12% from 255) = 29.92%
R=35.34%
G=34.74%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523119900.020.150.0853.3347.3785.1
HexEBE7C702F8352f55
Octal3533473070217106557125
Binary111010111110011111000111010111110001101011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7C7; }

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

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

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

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

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

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

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

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