Html Css Color HEX #E7D974 Wild Rice

📋 copy color: '#E7D974'

red 231 ◦ green 217 ◦ blue 116

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

Shades of Wild Rice #E7D974

Tints of Wild Rice #E7D974

RGB

 RED value IS 231 (90.63% from 255) = 40.96%

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

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

R = 40.96%
G = 38.48%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E7D974 (or 0xE7D974) is known color: Wild Rice. HEX triplet: E7, D9 and 74. RGB value is (231,217,116). Sum of RGB (Red+Green+Blue) = 231+217+116=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D974 is #18268B. Grayscale: #D2D2D2. Windows color (decimal): -1582732 or 7657959. OLE color: 7657959.

HSL color Cylindrical-coordinate representation of color #E7D974: hue angle of 52.7º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7D974 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 217 116 -
CMYK 0 0.06 0.50 0.09
HSL 52.7º 0.71% 0.68% -
HSV(B) 52.7º 0.5% 0.91% -
XYZ 60.92 67.88 26.41 -
YUV 209.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 231 217 116 0 0.06 0.50 0.09 52.7 0.71 0.68
Hex E7 D9 74 0 6 32 9 35 47 44
Octal 347 331 164 0 6 62 11 65 107 104
Binary 11100111 11011001 1110100 0 110 110010 1001 110101 1000111 1000100

Color Harmonies of #E7D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D974

Black with #E7D974

Text Example


Text Example

White with #E7D974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D974; }

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

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

background-color css

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

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

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

border-color css

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

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

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