Html Css Color HEX #EBE6BC Half And Half

📋 copy color: '#EBE6BC'

red 235 ◦ green 230 ◦ blue 188

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

Shades of Half And Half #EBE6BC

Tints of Half And Half #EBE6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.79%

R = 35.99%
G = 35.22%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EBE6BC (or 0xEBE6BC) is known color: Half And Half. HEX triplet: EB, E6 and BC. RGB value is (235,230,188). Sum of RGB (Red+Green+Blue) = 235+230+188=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6BC is #141943. Grayscale: #E2E2E2. Windows color (decimal): -1317188 or 12379883. OLE color: 12379883.

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

Color convert

RGB 235 230 188 -
CMYK 0 0.02 0.2 0.08
HSL 53.62º 0.54% 0.83% -
HSV(B) 53.62º 0.2% 0.92% -
XYZ 71.63 77.89 58.84 -
YUV 226.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 235 230 188 0 0.02 0.2 0.08 53.62 0.54 0.83
Hex EB E6 BC 0 2 14 8 36 36 53
Octal 353 346 274 0 2 24 10 66 66 123
Binary 11101011 11100110 10111100 0 10 10100 1000 110110 110110 1010011

Color Harmonies of #EBE6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6BC

Black with #EBE6BC

Text Example


Text Example

White with #EBE6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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