Html Css Color HEX #E0BD80 Chalky

📋 copy color: '#E0BD80'

red 224 ◦ green 189 ◦ blue 128

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

Shades of Chalky #E0BD80

Tints of Chalky #E0BD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.66%

R = 41.4%
G = 34.94%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0BD80 (or 0xE0BD80) is known color: Chalky. HEX triplet: E0, BD and 80. RGB value is (224,189,128). Sum of RGB (Red+Green+Blue) = 224+189+128=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BD80 is #1F427F. Grayscale: #C0C0C0. Windows color (decimal): -2048640 or 8437216. OLE color: 8437216.

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

Color convert

RGB 224 189 128 -
CMYK 0 0.16 0.43 0.12
HSL 38.13º 0.61% 0.69% -
HSV(B) 38.13º 0.43% 0.88% -
XYZ 52.83 53.8 28.02 -
YUV 192.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 224 189 128 0 0.16 0.43 0.12 38.13 0.61 0.69
Hex E0 BD 80 0 10 2B C 26 3D 45
Octal 340 275 200 0 20 53 14 46 75 105
Binary 11100000 10111101 10000000 0 10000 101011 1100 100110 111101 1000101

Color Harmonies of #E0BD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD80

Black with #E0BD80

Text Example


Text Example

White with #E0BD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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