Html Css Color HEX #E0D980 Wild Rice

📋 copy color: '#E0D980'

red 224 ◦ green 217 ◦ blue 128

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

Shades of Wild Rice #E0D980

Tints of Wild Rice #E0D980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.14%

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

R = 39.37%
G = 38.14%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0D980 (or 0xE0D980) is known color: Wild Rice. HEX triplet: E0, D9 and 80. RGB value is (224,217,128). Sum of RGB (Red+Green+Blue) = 224+217+128=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D980 is #1F267F. Grayscale: #D1D1D1. Windows color (decimal): -2041472 or 8444384. OLE color: 8444384.

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

Color convert

RGB 224 217 128 -
CMYK 0 0.03 0.43 0.12
HSL 55.63º 0.61% 0.69% -
HSV(B) 55.63º 0.43% 0.88% -
XYZ 59.45 67.03 30.23 -
YUV 208.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 224 217 128 0 0.03 0.43 0.12 55.63 0.61 0.69
Hex E0 D9 80 0 3 2B C 38 3D 45
Octal 340 331 200 0 3 53 14 70 75 105
Binary 11100000 11011001 10000000 0 11 101011 1100 111000 111101 1000101

Color Harmonies of #E0D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D980

Black with #E0D980

Text Example


Text Example

White with #E0D980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D980; }

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

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

background-color css

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

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

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

border-color css

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

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

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