Html Css Color HEX #E8D376 Wild Rice

📋 copy color: '#E8D376'

red 232 ◦ green 211 ◦ blue 118

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

Shades of Wild Rice #E8D376

Tints of Wild Rice #E8D376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.03%

R = 41.35%
G = 37.61%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E8D376 (or 0xE8D376) is known color: Wild Rice. HEX triplet: E8, D3 and 76. RGB value is (232,211,118). Sum of RGB (Red+Green+Blue) = 232+211+118=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D376 is #172C89. Grayscale: #CFCFCF. Windows color (decimal): -1518730 or 7787496. OLE color: 7787496.

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

Color convert

RGB 232 211 118 -
CMYK 0 0.09 0.49 0.09
HSL 48.95º 0.71% 0.69% -
HSV(B) 48.95º 0.49% 0.91% -
XYZ 59.84 65.05 26.54 -
YUV 206.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 232 211 118 0 0.09 0.49 0.09 48.95 0.71 0.69
Hex E8 D3 76 0 9 31 9 31 47 45
Octal 350 323 166 0 11 61 11 61 107 105
Binary 11101000 11010011 1110110 0 1001 110001 1001 110001 1000111 1000101

Color Harmonies of #E8D376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D376

Black with #E8D376

Text Example


Text Example

White with #E8D376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D376; }

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

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

background-color css

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

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

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

border-color css

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

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

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