Html Css Color HEX #E1D974 Wild Rice

📋 copy color: '#E1D974'

red 225 ◦ green 217 ◦ blue 116

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

Shades of Wild Rice #E1D974

Tints of Wild Rice #E1D974

RGB

 RED value IS 225 (88.28% from 255) = 40.32%

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

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

R = 40.32%
G = 38.89%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E1D974 (or 0xE1D974) is known color: Wild Rice. HEX triplet: E1, D9 and 74. RGB value is (225,217,116). Sum of RGB (Red+Green+Blue) = 225+217+116=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D974 is #1E268B. Grayscale: #D0D0D0. Windows color (decimal): -1975948 or 7657953. OLE color: 7657953.

HSL color Cylindrical-coordinate representation of color #E1D974: hue angle of 55.6º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1D974 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 217 116 -
CMYK 0 0.04 0.48 0.12
HSL 55.6º 0.64% 0.67% -
HSV(B) 55.6º 0.48% 0.88% -
XYZ 59.02 66.89 26.32 -
YUV 207.88 76.15 140.21 -
System Red Green Blue C M Y K H S L
Decimal 225 217 116 0 0.04 0.48 0.12 55.6 0.64 0.67
Hex E1 D9 74 0 4 30 C 38 40 43
Octal 341 331 164 0 4 60 14 70 100 103
Binary 11100001 11011001 1110100 0 100 110000 1100 111000 1000000 1000011

Color Harmonies of #E1D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D974

Black with #E1D974

Text Example


Text Example

White with #E1D974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D974; }

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

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

background-color css

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

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

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

border-color css

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

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

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