Html Css Color HEX #E7D476 Wild Rice

📋 copy color: '#E7D476'

red 231 ◦ green 212 ◦ blue 118

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

Shades of Wild Rice #E7D476

Tints of Wild Rice #E7D476

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.79%

 BLUE value IS 118 (46.48% from 255) = 21.03%

R = 41.18%
G = 37.79%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7D476 (or 0xE7D476) is known color: Wild Rice. HEX triplet: E7, D4 and 76. RGB value is (231,212,118). Sum of RGB (Red+Green+Blue) = 231+212+118=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D476 is #182B89. Grayscale: #CFCFCF. Windows color (decimal): -1584010 or 7787751. OLE color: 7787751.

HSL color Cylindrical-coordinate representation of color #E7D476: hue angle of 49.91º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7D476 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 212 118 -
CMYK 0 0.08 0.49 0.09
HSL 49.91º 0.7% 0.68% -
HSV(B) 49.91º 0.49% 0.91% -
XYZ 59.77 65.38 26.61 -
YUV 206.97 77.79 145.14 -
System Red Green Blue C M Y K H S L
Decimal 231 212 118 0 0.08 0.49 0.09 49.91 0.7 0.68
Hex E7 D4 76 0 8 31 9 32 46 44
Octal 347 324 166 0 10 61 11 62 106 104
Binary 11100111 11010100 1110110 0 1000 110001 1001 110010 1000110 1000100

Color Harmonies of #E7D476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D476

Black with #E7D476

Text Example


Text Example

White with #E7D476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D476; }

 p { color: rgb(231,212,118); }

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

background-color css

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

 a { background-color: rgb(231,212,118); }

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

border-color css

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

 span { border-color: rgb(231,212,118); }

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