Html Css Color HEX #EBE6BA Half And Half

📋 copy color: '#EBE6BA'

red 235 ◦ green 230 ◦ blue 186

#EBE6BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half And Half #EBE6BA

Tints of Half And Half #EBE6BA

RGB

 RED value IS 235 (92.19% from 255) = 36.1%

 GREEN value IS 230 (90.23% from 255) = 35.33%

 BLUE value IS 186 (73.05% from 255) = 28.57%

R = 36.1%
G = 35.33%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBE6BA (or 0xEBE6BA) is known color: Half And Half. HEX triplet: EB, E6 and BA. RGB value is (235,230,186). Sum of RGB (Red+Green+Blue) = 235+230+186=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6BA is #141945. Grayscale: #E2E2E2. Windows color (decimal): -1317190 or 12248811. OLE color: 12248811.

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

Color convert

RGB 235 230 186 -
CMYK 0 0.02 0.21 0.08
HSL 53.88º 0.55% 0.83% -
HSV(B) 53.88º 0.21% 0.92% -
XYZ 71.42 77.8 57.71 -
YUV 226.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 235 230 186 0 0.02 0.21 0.08 53.88 0.55 0.83
Hex EB E6 BA 0 2 15 8 36 37 53
Octal 353 346 272 0 2 25 10 66 67 123
Binary 11101011 11100110 10111010 0 10 10101 1000 110110 110111 1010011

Color Harmonies of #EBE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6BA

Black with #EBE6BA

Text Example


Text Example

White with #EBE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE6BA; }

 p { color: rgb(235,230,186); }

 H1.HeaderClassName
 {
   color: #EBE6BA;
 }
 .AnyTagClassName
 {
   color: #EBE6BA;
 }
</style>

background-color css

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

 a { background-color: rgb(235,230,186); }

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

border-color css

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

 span { border-color: rgb(235,230,186); }

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