Html Css Color HEX #E8D86E Wild Rice

📋 copy color: '#E8D86E'

red 232 ◦ green 216 ◦ blue 110

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

Shades of Wild Rice #E8D86E

Tints of Wild Rice #E8D86E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.71%

 BLUE value IS 110 (43.36% from 255) = 19.71%

R = 41.58%
G = 38.71%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8D86E (or 0xE8D86E) is known color: Wild Rice. HEX triplet: E8, D8 and 6E. RGB value is (232,216,110). Sum of RGB (Red+Green+Blue) = 232+216+110=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D86E is #172791. Grayscale: #D1D1D1. Windows color (decimal): -1517458 or 7264488. OLE color: 7264488.

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

Color convert

RGB 232 216 110 -
CMYK 0 0.07 0.53 0.09
HSL 52.13º 0.73% 0.67% -
HSV(B) 52.13º 0.53% 0.91% -
XYZ 60.65 67.39 24.56 -
YUV 208.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 232 216 110 0 0.07 0.53 0.09 52.13 0.73 0.67
Hex E8 D8 6E 0 7 35 9 34 49 43
Octal 350 330 156 0 7 65 11 64 111 103
Binary 11101000 11011000 1101110 0 111 110101 1001 110100 1001001 1000011

Color Harmonies of #E8D86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D86E

Black with #E8D86E

Text Example


Text Example

White with #E8D86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D86E; }

 p { color: rgb(232,216,110); }

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

background-color css

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

 a { background-color: rgb(232,216,110); }

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

border-color css

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

 span { border-color: rgb(232,216,110); }

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