Html Css Color HEX #E0C480 Chalky

📋 copy color: '#E0C480'

red 224 ◦ green 196 ◦ blue 128

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

Shades of Chalky #E0C480

Tints of Chalky #E0C480

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.77%

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

R = 40.88%
G = 35.77%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0C480 (or 0xE0C480) is known color: Chalky. HEX triplet: E0, C4 and 80. RGB value is (224,196,128). Sum of RGB (Red+Green+Blue) = 224+196+128=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C480 is #1F3B7F. Grayscale: #C4C4C4. Windows color (decimal): -2046848 or 8439008. OLE color: 8439008.

HSL color Cylindrical-coordinate representation of color #E0C480: hue angle of 42.5º 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 #E0C480 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 196 128 -
CMYK 0 0.12 0.43 0.12
HSL 42.5º 0.61% 0.69% -
HSV(B) 42.5º 0.43% 0.88% -
XYZ 54.38 56.89 28.54 -
YUV 196.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 224 196 128 0 0.12 0.43 0.12 42.5 0.61 0.69
Hex E0 C4 80 0 C 2B C 2A 3D 45
Octal 340 304 200 0 14 53 14 52 75 105
Binary 11100000 11000100 10000000 0 1100 101011 1100 101010 111101 1000101

Color Harmonies of #E0C480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C480

Black with #E0C480

Text Example


Text Example

White with #E0C480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C480; }

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

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

background-color css

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

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

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

border-color css

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

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

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