Html Css Color HEX #E2BE80 Chalky

📋 copy color: '#E2BE80'

red 226 ◦ green 190 ◦ blue 128

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

Shades of Chalky #E2BE80

Tints of Chalky #E2BE80

RGB

 RED value IS 226 (88.67% from 255) = 41.54%

 GREEN value IS 190 (74.61% from 255) = 34.93%

 BLUE value IS 128 (50.39% from 255) = 23.53%

R = 41.54%
G = 34.93%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E2BE80 (or 0xE2BE80) is known color: Chalky. HEX triplet: E2, BE and 80. RGB value is (226,190,128). Sum of RGB (Red+Green+Blue) = 226+190+128=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BE80 is #1D417F. Grayscale: #C1C1C1. Windows color (decimal): -1917312 or 8437474. OLE color: 8437474.

HSL color Cylindrical-coordinate representation of color #E2BE80: hue angle of 37.96º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2BE80 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 190 128 -
CMYK 0 0.16 0.43 0.11
HSL 37.96º 0.63% 0.69% -
HSV(B) 37.96º 0.43% 0.89% -
XYZ 53.67 54.55 28.12 -
YUV 193.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 226 190 128 0 0.16 0.43 0.11 37.96 0.63 0.69
Hex E2 BE 80 0 10 2B B 26 3F 45
Octal 342 276 200 0 20 53 13 46 77 105
Binary 11100010 10111110 10000000 0 10000 101011 1011 100110 111111 1000101

Color Harmonies of #E2BE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BE80

Black with #E2BE80

Text Example


Text Example

White with #E2BE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BE80; }

 p { color: rgb(226,190,128); }

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

background-color css

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

 a { background-color: rgb(226,190,128); }

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

border-color css

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

 span { border-color: rgb(226,190,128); }

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