Html Css Color HEX #E8D86D Wild Rice

📋 copy color: '#E8D86D'

red 232 ◦ green 216 ◦ blue 109

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

Shades of Wild Rice #E8D86D

Tints of Wild Rice #E8D86D

RGB

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

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

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

R = 41.65%
G = 38.78%
B = 19.57%

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

#E8D86D (or 0xE8D86D) is known color: Wild Rice. HEX triplet: E8, D8 and 6D. RGB value is (232,216,109). Sum of RGB (Red+Green+Blue) = 232+216+109=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D86D is #172792. Grayscale: #D1D1D1. Windows color (decimal): -1517459 or 7198952. OLE color: 7198952.

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

Color convert

RGB 232 216 109 -
CMYK 0 0.07 0.53 0.09
HSL 52.2º 0.73% 0.67% -
HSV(B) 52.2º 0.53% 0.91% -
XYZ 60.59 67.37 24.28 -
YUV 208.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 232 216 109 0 0.07 0.53 0.09 52.2 0.73 0.67
Hex E8 D8 6D 0 7 35 9 34 49 43
Octal 350 330 155 0 7 65 11 64 111 103
Binary 11101000 11011000 1101101 0 111 110101 1001 110100 1001001 1000011

Color Harmonies of #E8D86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D86D

Black with #E8D86D

Text Example


Text Example

White with #E8D86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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