Html Css Color HEX #E2BE7D Chalky

📋 copy color: '#E2BE7D'

red 226 ◦ green 190 ◦ blue 125

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

Shades of Chalky #E2BE7D

Tints of Chalky #E2BE7D

RGB

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

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

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

R = 41.77%
G = 35.12%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2BE7D (or 0xE2BE7D) is known color: Chalky. HEX triplet: E2, BE and 7D. RGB value is (226,190,125). Sum of RGB (Red+Green+Blue) = 226+190+125=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE7D is #1D4182. Grayscale: #C1C1C1. Windows color (decimal): -1917315 or 8240866. OLE color: 8240866.

HSL color Cylindrical-coordinate representation of color #E2BE7D: hue angle of 38.61º 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 #E2BE7D is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 190 125 -
CMYK 0 0.16 0.45 0.11
HSL 38.61º 0.64% 0.69% -
HSV(B) 38.61º 0.45% 0.89% -
XYZ 53.48 54.48 27.1 -
YUV 193.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 226 190 125 0 0.16 0.45 0.11 38.61 0.64 0.69
Hex E2 BE 7D 0 10 2D B 27 40 45
Octal 342 276 175 0 20 55 13 47 100 105
Binary 11100010 10111110 1111101 0 10000 101101 1011 100111 1000000 1000101

Color Harmonies of #E2BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BE7D

Black with #E2BE7D

Text Example


Text Example

White with #E2BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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