Html Css Color HEX #E8D076 Wild Rice

📋 copy color: '#E8D076'

red 232 ◦ green 208 ◦ blue 118

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

Shades of Wild Rice #E8D076

Tints of Wild Rice #E8D076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.28%

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

R = 41.58%
G = 37.28%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E8D076 (or 0xE8D076) is known color: Wild Rice. HEX triplet: E8, D0 and 76. RGB value is (232,208,118). Sum of RGB (Red+Green+Blue) = 232+208+118=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D076 is #172F89. Grayscale: #CDCDCD. Windows color (decimal): -1519498 or 7786728. OLE color: 7786728.

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

Color convert

RGB 232 208 118 -
CMYK 0 0.10 0.49 0.09
HSL 47.37º 0.71% 0.69% -
HSV(B) 47.37º 0.49% 0.91% -
XYZ 59.1 63.58 26.3 -
YUV 204.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 232 208 118 0 0.10 0.49 0.09 47.37 0.71 0.69
Hex E8 D0 76 0 A 31 9 2F 47 45
Octal 350 320 166 0 12 61 11 57 107 105
Binary 11101000 11010000 1110110 0 1010 110001 1001 101111 1000111 1000101

Color Harmonies of #E8D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D076

Black with #E8D076

Text Example


Text Example

White with #E8D076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D076; }

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

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

background-color css

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

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

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

border-color css

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

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

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