Html Css Color HEX #EBE5BE Half And Half

📋 copy color: '#EBE5BE'

red 235 ◦ green 229 ◦ blue 190

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

Shades of Half And Half #EBE5BE

Tints of Half And Half #EBE5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.02%

 BLUE value IS 190 (74.61% from 255) = 29.05%

R = 35.93%
G = 35.02%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBE5BE (or 0xEBE5BE) is known color: Half And Half. HEX triplet: EB, E5 and BE. RGB value is (235,229,190). Sum of RGB (Red+Green+Blue) = 235+229+190=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5BE is #141A41. Grayscale: #E2E2E2. Windows color (decimal): -1317442 or 12510699. OLE color: 12510699.

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

Color convert

RGB 235 229 190 -
CMYK 0 0.03 0.19 0.08
HSL 52º 0.53% 0.83% -
HSV(B) 52º 0.19% 0.92% -
XYZ 71.57 77.42 59.89 -
YUV 226.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 235 229 190 0 0.03 0.19 0.08 52 0.53 0.83
Hex EB E5 BE 0 3 13 8 34 35 53
Octal 353 345 276 0 3 23 10 64 65 123
Binary 11101011 11100101 10111110 0 11 10011 1000 110100 110101 1010011

Color Harmonies of #EBE5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5BE

Black with #EBE5BE

Text Example


Text Example

White with #EBE5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5BE; }

 p { color: rgb(235,229,190); }

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

background-color css

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

 a { background-color: rgb(235,229,190); }

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

border-color css

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

 span { border-color: rgb(235,229,190); }

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