Html Css Color HEX #E8D077 Wild Rice

📋 copy color: '#E8D077'

red 232 ◦ green 208 ◦ blue 119

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

Shades of Wild Rice #E8D077

Tints of Wild Rice #E8D077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.29%

R = 41.5%
G = 37.21%
B = 21.29%

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

#E8D077 (or 0xE8D077) is known color: Wild Rice. HEX triplet: E8, D0 and 77. RGB value is (232,208,119). Sum of RGB (Red+Green+Blue) = 232+208+119=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D077 is #172F88. Grayscale: #CDCDCD. Windows color (decimal): -1519497 or 7852264. OLE color: 7852264.

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

Color convert

RGB 232 208 119 -
CMYK 0 0.10 0.49 0.09
HSL 47.26º 0.71% 0.69% -
HSV(B) 47.26º 0.49% 0.91% -
XYZ 59.16 63.6 26.61 -
YUV 205.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 232 208 119 0 0.10 0.49 0.09 47.26 0.71 0.69
Hex E8 D0 77 0 A 31 9 2F 47 45
Octal 350 320 167 0 12 61 11 57 107 105
Binary 11101000 11010000 1110111 0 1010 110001 1001 101111 1000111 1000101

Color Harmonies of #E8D077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D077

Black with #E8D077

Text Example


Text Example

White with #E8D077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D077; }

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

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

background-color css

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

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

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

border-color css

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

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

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