Html Css Color HEX #E8D475 Wild Rice

📋 copy color: '#E8D475'

red 232 ◦ green 212 ◦ blue 117

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

Shades of Wild Rice #E8D475

Tints of Wild Rice #E8D475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.86%

R = 41.35%
G = 37.79%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E8D475 (or 0xE8D475) is known color: Wild Rice. HEX triplet: E8, D4 and 75. RGB value is (232,212,117). Sum of RGB (Red+Green+Blue) = 232+212+117=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D475 is #172B8A. Grayscale: #CFCFCF. Windows color (decimal): -1518475 or 7722216. OLE color: 7722216.

HSL color Cylindrical-coordinate representation of color #E8D475: hue angle of 49.57º 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 #E8D475 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 212 117 -
CMYK 0 0.09 0.50 0.09
HSL 49.57º 0.71% 0.68% -
HSV(B) 49.57º 0.5% 0.91% -
XYZ 60.03 65.53 26.31 -
YUV 207.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 232 212 117 0 0.09 0.50 0.09 49.57 0.71 0.68
Hex E8 D4 75 0 9 32 9 32 47 44
Octal 350 324 165 0 11 62 11 62 107 104
Binary 11101000 11010100 1110101 0 1001 110010 1001 110010 1000111 1000100

Color Harmonies of #E8D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D475

Black with #E8D475

Text Example


Text Example

White with #E8D475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D475; }

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

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

background-color css

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

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

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

border-color css

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

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

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