Html Css Color HEX #E2D779 Wild Rice

📋 copy color: '#E2D779'

red 226 ◦ green 215 ◦ blue 121

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

Shades of Wild Rice #E2D779

Tints of Wild Rice #E2D779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.26%

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

R = 40.21%
G = 38.26%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2D779 (or 0xE2D779) is known color: Wild Rice. HEX triplet: E2, D7 and 79. RGB value is (226,215,121). Sum of RGB (Red+Green+Blue) = 226+215+121=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 121 (47.66% from 255 or 21.53% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D779 is #1D2886. Grayscale: #CFCFCF. Windows color (decimal): -1910919 or 7985122. OLE color: 7985122.

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

Color convert

RGB 226 215 121 -
CMYK 0 0.05 0.46 0.11
HSL 53.71º 0.64% 0.68% -
HSV(B) 53.71º 0.46% 0.89% -
XYZ 59.12 66.15 27.74 -
YUV 207.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 226 215 121 0 0.05 0.46 0.11 53.71 0.64 0.68
Hex E2 D7 79 0 5 2E B 36 40 44
Octal 342 327 171 0 5 56 13 66 100 104
Binary 11100010 11010111 1111001 0 101 101110 1011 110110 1000000 1000100

Color Harmonies of #E2D779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D779

Black with #E2D779

Text Example


Text Example

White with #E2D779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D779; }

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

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

background-color css

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

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

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

border-color css

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

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

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