Html Css Color HEX #E2DA79 Wild Rice

📋 copy color: '#E2DA79'

red 226 ◦ green 218 ◦ blue 121

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

Shades of Wild Rice #E2DA79

Tints of Wild Rice #E2DA79

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.58%

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

R = 40%
G = 38.58%
B = 21.42%

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

#E2DA79 (or 0xE2DA79) is known color: Wild Rice. HEX triplet: E2, DA and 79. RGB value is (226,218,121). Sum of RGB (Red+Green+Blue) = 226+218+121=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 121 (47.66% from 255 or 21.42% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA79 is #1D2586. Grayscale: #D1D1D1. Windows color (decimal): -1910151 or 7985890. OLE color: 7985890.

HSL color Cylindrical-coordinate representation of color #E2DA79: hue angle of 55.43º 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 #E2DA79 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 218 121 -
CMYK 0 0.04 0.46 0.11
HSL 55.43º 0.64% 0.68% -
HSV(B) 55.43º 0.46% 0.89% -
XYZ 59.89 67.69 28 -
YUV 209.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 226 218 121 0 0.04 0.46 0.11 55.43 0.64 0.68
Hex E2 DA 79 0 4 2E B 37 40 44
Octal 342 332 171 0 4 56 13 67 100 104
Binary 11100010 11011010 1111001 0 100 101110 1011 110111 1000000 1000100

Color Harmonies of #E2DA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA79

Black with #E2DA79

Text Example


Text Example

White with #E2DA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA79; }

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

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

background-color css

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

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

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

border-color css

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

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

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