Html Css Color HEX #E2D071 Wild Rice

📋 copy color: '#E2D071'

red 226 ◦ green 208 ◦ blue 113

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

Shades of Wild Rice #E2D071

Tints of Wild Rice #E2D071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.03%

 BLUE value IS 113 (44.53% from 255) = 20.66%

R = 41.32%
G = 38.03%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E2D071 (or 0xE2D071) is known color: Wild Rice. HEX triplet: E2, D0 and 71. RGB value is (226,208,113). Sum of RGB (Red+Green+Blue) = 226+208+113=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D071 is #1D2F8E. Grayscale: #CACACA. Windows color (decimal): -1912719 or 7459042. OLE color: 7459042.

HSL color Cylindrical-coordinate representation of color #E2D071: hue angle of 50.44º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2D071 is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 208 113 -
CMYK 0 0.08 0.5 0.11
HSL 50.44º 0.66% 0.66% -
HSV(B) 50.44º 0.5% 0.89% -
XYZ 56.9 62.47 24.68 -
YUV 202.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 226 208 113 0 0.08 0.5 0.11 50.44 0.66 0.66
Hex E2 D0 71 0 8 32 B 32 42 42
Octal 342 320 161 0 10 62 13 62 102 102
Binary 11100010 11010000 1110001 0 1000 110010 1011 110010 1000010 1000010

Color Harmonies of #E2D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D071

Black with #E2D071

Text Example


Text Example

White with #E2D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D071; }

 p { color: rgb(226,208,113); }

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

background-color css

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

 a { background-color: rgb(226,208,113); }

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

border-color css

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

 span { border-color: rgb(226,208,113); }

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