Html Css Color HEX #E2D980 Wild Rice

📋 copy color: '#E2D980'

red 226 ◦ green 217 ◦ blue 128

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

Shades of Wild Rice #E2D980

Tints of Wild Rice #E2D980

RGB

 RED value IS 226 (88.67% from 255) = 39.58%

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

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

R = 39.58%
G = 38%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E2D980 (or 0xE2D980) is known color: Wild Rice. HEX triplet: E2, D9 and 80. RGB value is (226,217,128). Sum of RGB (Red+Green+Blue) = 226+217+128=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D980 is #1D267F. Grayscale: #D1D1D1. Windows color (decimal): -1910400 or 8444386. OLE color: 8444386.

HSL color Cylindrical-coordinate representation of color #E2D980: hue angle of 54.49º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2D980 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 217 128 -
CMYK 0 0.04 0.43 0.11
HSL 54.49º 0.63% 0.69% -
HSV(B) 54.49º 0.43% 0.89% -
XYZ 60.07 67.35 30.26 -
YUV 209.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 226 217 128 0 0.04 0.43 0.11 54.49 0.63 0.69
Hex E2 D9 80 0 4 2B B 36 3F 45
Octal 342 331 200 0 4 53 13 66 77 105
Binary 11100010 11011001 10000000 0 100 101011 1011 110110 111111 1000101

Color Harmonies of #E2D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D980

Black with #E2D980

Text Example


Text Example

White with #E2D980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D980; }

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

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

background-color css

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

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

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

border-color css

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

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

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