Html Css Color HEX #E2D974 Wild Rice

📋 copy color: '#E2D974'

red 226 ◦ green 217 ◦ blue 116

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

Shades of Wild Rice #E2D974

Tints of Wild Rice #E2D974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.75%

R = 40.43%
G = 38.82%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E2D974 (or 0xE2D974) is known color: Wild Rice. HEX triplet: E2, D9 and 74. RGB value is (226,217,116). Sum of RGB (Red+Green+Blue) = 226+217+116=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D974 is #1D268B. Grayscale: #D0D0D0. Windows color (decimal): -1910412 or 7657954. OLE color: 7657954.

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

Color convert

RGB 226 217 116 -
CMYK 0 0.04 0.49 0.11
HSL 55.09º 0.65% 0.67% -
HSV(B) 55.09º 0.49% 0.89% -
XYZ 59.33 67.06 26.34 -
YUV 208.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 226 217 116 0 0.04 0.49 0.11 55.09 0.65 0.67
Hex E2 D9 74 0 4 31 B 37 41 43
Octal 342 331 164 0 4 61 13 67 101 103
Binary 11100010 11011001 1110100 0 100 110001 1011 110111 1000001 1000011

Color Harmonies of #E2D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D974

Black with #E2D974

Text Example


Text Example

White with #E2D974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D974; }

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

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

background-color css

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

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

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

border-color css

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

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

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