Html Css Color HEX #E8D371 Wild Rice

📋 copy color: '#E8D371'

red 232 ◦ green 211 ◦ blue 113

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

Shades of Wild Rice #E8D371

Tints of Wild Rice #E8D371

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.95%

 BLUE value IS 113 (44.53% from 255) = 20.32%

R = 41.73%
G = 37.95%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E8D371 (or 0xE8D371) is known color: Wild Rice. HEX triplet: E8, D3 and 71. RGB value is (232,211,113). Sum of RGB (Red+Green+Blue) = 232+211+113=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D371 is #172C8E. Grayscale: #CECECE. Windows color (decimal): -1518735 or 7459816. OLE color: 7459816.

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

Color convert

RGB 232 211 113 -
CMYK 0 0.09 0.51 0.09
HSL 49.41º 0.72% 0.68% -
HSV(B) 49.41º 0.51% 0.91% -
XYZ 59.55 64.94 25.02 -
YUV 206.11 75.46 146.47 -
System Red Green Blue C M Y K H S L
Decimal 232 211 113 0 0.09 0.51 0.09 49.41 0.72 0.68
Hex E8 D3 71 0 9 33 9 31 48 44
Octal 350 323 161 0 11 63 11 61 110 104
Binary 11101000 11010011 1110001 0 1001 110011 1001 110001 1001000 1000100

Color Harmonies of #E8D371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D371

Black with #E8D371

Text Example


Text Example

White with #E8D371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D371; }

 p { color: rgb(232,211,113); }

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

background-color css

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

 a { background-color: rgb(232,211,113); }

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

border-color css

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

 span { border-color: rgb(232,211,113); }

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