Html Css Color HEX #E0BD7D Chalky

📋 copy color: '#E0BD7D'

red 224 ◦ green 189 ◦ blue 125

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

Shades of Chalky #E0BD7D

Tints of Chalky #E0BD7D

RGB

 RED value IS 224 (87.89% from 255) = 41.64%

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

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

R = 41.64%
G = 35.13%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0BD7D (or 0xE0BD7D) is known color: Chalky. HEX triplet: E0, BD and 7D. RGB value is (224,189,125). Sum of RGB (Red+Green+Blue) = 224+189+125=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD7D is #1F4282. Grayscale: #C0C0C0. Windows color (decimal): -2048643 or 8240608. OLE color: 8240608.

HSL color Cylindrical-coordinate representation of color #E0BD7D: hue angle of 38.79º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0BD7D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 189 125 -
CMYK 0 0.16 0.44 0.12
HSL 38.79º 0.61% 0.68% -
HSV(B) 38.79º 0.44% 0.88% -
XYZ 52.64 53.72 27 -
YUV 192.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 224 189 125 0 0.16 0.44 0.12 38.79 0.61 0.68
Hex E0 BD 7D 0 10 2C C 27 3D 44
Octal 340 275 175 0 20 54 14 47 75 104
Binary 11100000 10111101 1111101 0 10000 101100 1100 100111 111101 1000100

Color Harmonies of #E0BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD7D

Black with #E0BD7D

Text Example


Text Example

White with #E0BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD7D; }

 p { color: rgb(224,189,125); }

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

background-color css

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

 a { background-color: rgb(224,189,125); }

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

border-color css

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

 span { border-color: rgb(224,189,125); }

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