Html Css Color HEX #E0C280 Chalky

📋 copy color: '#E0C280'

red 224 ◦ green 194 ◦ blue 128

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

Shades of Chalky #E0C280

Tints of Chalky #E0C280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.53%

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

R = 41.03%
G = 35.53%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0C280 (or 0xE0C280) is known color: Chalky. HEX triplet: E0, C2 and 80. RGB value is (224,194,128). Sum of RGB (Red+Green+Blue) = 224+194+128=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C280 is #1F3D7F. Grayscale: #C3C3C3. Windows color (decimal): -2047360 or 8438496. OLE color: 8438496.

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

Color convert

RGB 224 194 128 -
CMYK 0 0.13 0.43 0.12
HSL 41.25º 0.61% 0.69% -
HSV(B) 41.25º 0.43% 0.88% -
XYZ 53.93 55.99 28.39 -
YUV 195.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 224 194 128 0 0.13 0.43 0.12 41.25 0.61 0.69
Hex E0 C2 80 0 D 2B C 29 3D 45
Octal 340 302 200 0 15 53 14 51 75 105
Binary 11100000 11000010 10000000 0 1101 101011 1100 101001 111101 1000101

Color Harmonies of #E0C280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C280

Black with #E0C280

Text Example


Text Example

White with #E0C280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C280; }

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

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

background-color css

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

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

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

border-color css

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

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

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