Html Css Color HEX #E8D074 Wild Rice

📋 copy color: '#E8D074'

red 232 ◦ green 208 ◦ blue 116

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

Shades of Wild Rice #E8D074

Tints of Wild Rice #E8D074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.86%

R = 41.73%
G = 37.41%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E8D074 (or 0xE8D074) is known color: Wild Rice. HEX triplet: E8, D0 and 74. RGB value is (232,208,116). Sum of RGB (Red+Green+Blue) = 232+208+116=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D074 is #172F8B. Grayscale: #CDCDCD. Windows color (decimal): -1519500 or 7655656. OLE color: 7655656.

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

Color convert

RGB 232 208 116 -
CMYK 0 0.10 0.50 0.09
HSL 47.59º 0.72% 0.68% -
HSV(B) 47.59º 0.5% 0.91% -
XYZ 58.99 63.53 25.68 -
YUV 204.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 232 208 116 0 0.10 0.50 0.09 47.59 0.72 0.68
Hex E8 D0 74 0 A 32 9 30 48 44
Octal 350 320 164 0 12 62 11 60 110 104
Binary 11101000 11010000 1110100 0 1010 110010 1001 110000 1001000 1000100

Color Harmonies of #E8D074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D074

Black with #E8D074

Text Example


Text Example

White with #E8D074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D074; }

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

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

background-color css

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

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

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

border-color css

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

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

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