Html Css Color HEX #E2D979 Wild Rice

📋 copy color: '#E2D979'

red 226 ◦ green 217 ◦ blue 121

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

Shades of Wild Rice #E2D979

Tints of Wild Rice #E2D979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.45%

R = 40.07%
G = 38.48%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2D979 (or 0xE2D979) is known color: Wild Rice. HEX triplet: E2, D9 and 79. RGB value is (226,217,121). Sum of RGB (Red+Green+Blue) = 226+217+121=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 121 (47.66% from 255 or 21.45% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D979 is #1D2686. Grayscale: #D1D1D1. Windows color (decimal): -1910407 or 7985634. OLE color: 7985634.

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

Color convert

RGB 226 217 121 -
CMYK 0 0.04 0.46 0.11
HSL 54.86º 0.64% 0.68% -
HSV(B) 54.86º 0.46% 0.89% -
XYZ 59.63 67.17 27.91 -
YUV 208.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 226 217 121 0 0.04 0.46 0.11 54.86 0.64 0.68
Hex E2 D9 79 0 4 2E B 37 40 44
Octal 342 331 171 0 4 56 13 67 100 104
Binary 11100010 11011001 1111001 0 100 101110 1011 110111 1000000 1000100

Color Harmonies of #E2D979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D979

Black with #E2D979

Text Example


Text Example

White with #E2D979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D979; }

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

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

background-color css

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

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

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

border-color css

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

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

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