Html Css Color HEX #E2BD7C Chalky

📋 copy color: '#E2BD7C'

red 226 ◦ green 189 ◦ blue 124

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

Shades of Chalky #E2BD7C

Tints of Chalky #E2BD7C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

 BLUE value IS 124 (48.83% from 255) = 23.01%

R = 41.93%
G = 35.06%
B = 23.01%

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

#E2BD7C (or 0xE2BD7C) is known color: Chalky. HEX triplet: E2, BD and 7C. RGB value is (226,189,124). Sum of RGB (Red+Green+Blue) = 226+189+124=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BD7C is #1D4283. Grayscale: #C0C0C0. Windows color (decimal): -1917572 or 8175074. OLE color: 8175074.

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

Color convert

RGB 226 189 124 -
CMYK 0 0.16 0.45 0.11
HSL 38.24º 0.64% 0.69% -
HSV(B) 38.24º 0.45% 0.89% -
XYZ 53.2 54.02 26.69 -
YUV 192.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 226 189 124 0 0.16 0.45 0.11 38.24 0.64 0.69
Hex E2 BD 7C 0 10 2D B 26 40 45
Octal 342 275 174 0 20 55 13 46 100 105
Binary 11100010 10111101 1111100 0 10000 101101 1011 100110 1000000 1000101

Color Harmonies of #E2BD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD7C

Black with #E2BD7C

Text Example


Text Example

White with #E2BD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD7C; }

 p { color: rgb(226,189,124); }

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

background-color css

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

 a { background-color: rgb(226,189,124); }

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

border-color css

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

 span { border-color: rgb(226,189,124); }

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