Html Css Color HEX #E8D96D Wild Rice

📋 copy color: '#E8D96D'

red 232 ◦ green 217 ◦ blue 109

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

Shades of Wild Rice #E8D96D

Tints of Wild Rice #E8D96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.53%

R = 41.58%
G = 38.89%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8D96D (or 0xE8D96D) is known color: Wild Rice. HEX triplet: E8, D9 and 6D. RGB value is (232,217,109). Sum of RGB (Red+Green+Blue) = 232+217+109=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D96D is #172692. Grayscale: #D1D1D1. Windows color (decimal): -1517203 or 7199208. OLE color: 7199208.

HSL color Cylindrical-coordinate representation of color #E8D96D: hue angle of 52.68º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8D96D is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 217 109 -
CMYK 0 0.06 0.53 0.09
HSL 52.68º 0.73% 0.67% -
HSV(B) 52.68º 0.53% 0.91% -
XYZ 60.85 67.89 24.36 -
YUV 209.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 232 217 109 0 0.06 0.53 0.09 52.68 0.73 0.67
Hex E8 D9 6D 0 6 35 9 35 49 43
Octal 350 331 155 0 6 65 11 65 111 103
Binary 11101000 11011001 1101101 0 110 110101 1001 110101 1001001 1000011

Color Harmonies of #E8D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D96D

Black with #E8D96D

Text Example


Text Example

White with #E8D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D96D; }

 p { color: rgb(232,217,109); }

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

background-color css

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

 a { background-color: rgb(232,217,109); }

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

border-color css

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

 span { border-color: rgb(232,217,109); }

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