#EBE7C2

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

Shades of Half And Half #EBE7C2

Tints of Half And Half #EBE7C2

Color information

#EBE7C2 (or 0xEBE7C2) is unknown color: approx Half And Half. HEX triplet: EB, E7 and C2. RGB value is (235,231,194). Sum of RGB (Red+Green+Blue) = 235+231+194=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 194 (76.17% from 255 or 29.39% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7C2 is #14183D. Grayscale: #E4E4E4. Windows color (decimal): -1316926 or 12773355. OLE color: 12773355.

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

Color convert

RGB235231194-
CMYK00.020.170.08
HSL54.15º50.62%84.12%-
HSV(B)54.15º17.45%92.16%-
XYZ72.5778.7162.41-
YUV227.98108.83133.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 231 (90.62% from 255) = 35%
BLUE value IS 194 (76.17% from 255) = 29.39%
R=35.61%
G=35%
B=29.39%

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
Decimal23523119400.020.170.0854.1550.6284.12
HexEBE7C202118363354
Octal3533473020221106663124
Binary1110101111100111110000100101000110001101101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7C2; }

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

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

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

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

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

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

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

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