Html Css Color HEX #E0C980 Sandwisp

📋 copy color: '#E0C980'

red 224 ◦ green 201 ◦ blue 128

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

Shades of Sandwisp #E0C980

Tints of Sandwisp #E0C980

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.35%

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

R = 40.51%
G = 36.35%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0C980 (or 0xE0C980) is known color: Sandwisp. HEX triplet: E0, C9 and 80. RGB value is (224,201,128). Sum of RGB (Red+Green+Blue) = 224+201+128=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C980 is #1F367F. Grayscale: #C7C7C7. Windows color (decimal): -2045568 or 8440288. OLE color: 8440288.

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

Color convert

RGB 224 201 128 -
CMYK 0 0.10 0.43 0.12
HSL 45.63º 0.61% 0.69% -
HSV(B) 45.63º 0.43% 0.88% -
XYZ 55.52 59.18 28.92 -
YUV 199.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 224 201 128 0 0.10 0.43 0.12 45.63 0.61 0.69
Hex E0 C9 80 0 A 2B C 2E 3D 45
Octal 340 311 200 0 12 53 14 56 75 105
Binary 11100000 11001001 10000000 0 1010 101011 1100 101110 111101 1000101

Color Harmonies of #E0C980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C980

Black with #E0C980

Text Example


Text Example

White with #E0C980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C980; }

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

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

background-color css

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

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

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

border-color css

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

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

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