Html Css Color HEX #E8D476 Wild Rice

📋 copy color: '#E8D476'

red 232 ◦ green 212 ◦ blue 118

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

Shades of Wild Rice #E8D476

Tints of Wild Rice #E8D476

RGB

 RED value IS 232 (91.02% from 255) = 41.28%

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

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

R = 41.28%
G = 37.72%
B = 21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E8D476 (or 0xE8D476) is known color: Wild Rice. HEX triplet: E8, D4 and 76. RGB value is (232,212,118). Sum of RGB (Red+Green+Blue) = 232+212+118=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D476 is #172B89. Grayscale: #CFCFCF. Windows color (decimal): -1518474 or 7787752. OLE color: 7787752.

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

Color convert

RGB 232 212 118 -
CMYK 0 0.09 0.49 0.09
HSL 49.47º 0.71% 0.69% -
HSV(B) 49.47º 0.49% 0.91% -
XYZ 60.09 65.55 26.62 -
YUV 207.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 232 212 118 0 0.09 0.49 0.09 49.47 0.71 0.69
Hex E8 D4 76 0 9 31 9 31 47 45
Octal 350 324 166 0 11 61 11 61 107 105
Binary 11101000 11010100 1110110 0 1001 110001 1001 110001 1000111 1000101

Color Harmonies of #E8D476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D476

Black with #E8D476

Text Example


Text Example

White with #E8D476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D476; }

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

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

background-color css

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

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

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

border-color css

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

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

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