Html Css Color HEX #E2BF79 Chalky

📋 copy color: '#E2BF79'

red 226 ◦ green 191 ◦ blue 121

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

Shades of Chalky #E2BF79

Tints of Chalky #E2BF79

RGB

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

 GREEN value IS 191 (75% from 255) = 35.5%

 BLUE value IS 121 (47.66% from 255) = 22.49%

R = 42.01%
G = 35.5%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2BF79 (or 0xE2BF79) is known color: Chalky. HEX triplet: E2, BF and 79. RGB value is (226,191,121). Sum of RGB (Red+Green+Blue) = 226+191+121=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF79 is #1D4086. Grayscale: #C1C1C1. Windows color (decimal): -1917063 or 7978978. OLE color: 7978978.

HSL color Cylindrical-coordinate representation of color #E2BF79: hue angle of 40º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2BF79 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 191 121 -
CMYK 0 0.15 0.46 0.11
HSL 40º 0.64% 0.68% -
HSV(B) 40º 0.46% 0.89% -
XYZ 53.45 54.81 25.85 -
YUV 193.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 226 191 121 0 0.15 0.46 0.11 40 0.64 0.68
Hex E2 BF 79 0 F 2E B 28 40 44
Octal 342 277 171 0 17 56 13 50 100 104
Binary 11100010 10111111 1111001 0 1111 101110 1011 101000 1000000 1000100

Color Harmonies of #E2BF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF79

Black with #E2BF79

Text Example


Text Example

White with #E2BF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF79; }

 p { color: rgb(226,191,121); }

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

background-color css

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

 a { background-color: rgb(226,191,121); }

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

border-color css

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

 span { border-color: rgb(226,191,121); }

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