Html Css Color HEX #E2BF7D Chalky

📋 copy color: '#E2BF7D'

red 226 ◦ green 191 ◦ blue 125

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

Shades of Chalky #E2BF7D

Tints of Chalky #E2BF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.06%

R = 41.7%
G = 35.24%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2BF7D (or 0xE2BF7D) is known color: Chalky. HEX triplet: E2, BF and 7D. RGB value is (226,191,125). Sum of RGB (Red+Green+Blue) = 226+191+125=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF7D is #1D4082. Grayscale: #C2C2C2. Windows color (decimal): -1917059 or 8241122. OLE color: 8241122.

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

Color convert

RGB 226 191 125 -
CMYK 0 0.15 0.45 0.11
HSL 39.21º 0.64% 0.69% -
HSV(B) 39.21º 0.45% 0.89% -
XYZ 53.7 54.91 27.17 -
YUV 193.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 226 191 125 0 0.15 0.45 0.11 39.21 0.64 0.69
Hex E2 BF 7D 0 F 2D B 27 40 45
Octal 342 277 175 0 17 55 13 47 100 105
Binary 11100010 10111111 1111101 0 1111 101101 1011 100111 1000000 1000101

Color Harmonies of #E2BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF7D

Black with #E2BF7D

Text Example


Text Example

White with #E2BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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