Html Css Color HEX #E8D76C Wild Rice

📋 copy color: '#E8D76C'

red 232 ◦ green 215 ◦ blue 108

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

Shades of Wild Rice #E8D76C

Tints of Wild Rice #E8D76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.74%

 BLUE value IS 108 (42.58% from 255) = 19.46%

R = 41.8%
G = 38.74%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8D76C (or 0xE8D76C) is known color: Wild Rice. HEX triplet: E8, D7 and 6C. RGB value is (232,215,108). Sum of RGB (Red+Green+Blue) = 232+215+108=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D76C is #172893. Grayscale: #D0D0D0. Windows color (decimal): -1517716 or 7133160. OLE color: 7133160.

HSL color Cylindrical-coordinate representation of color #E8D76C: hue angle of 51.77º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8D76C is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 215 108 -
CMYK 0 0.07 0.53 0.09
HSL 51.77º 0.73% 0.67% -
HSV(B) 51.77º 0.53% 0.91% -
XYZ 60.29 66.84 23.91 -
YUV 207.89 71.63 145.2 -
System Red Green Blue C M Y K H S L
Decimal 232 215 108 0 0.07 0.53 0.09 51.77 0.73 0.67
Hex E8 D7 6C 0 7 35 9 34 49 43
Octal 350 327 154 0 7 65 11 64 111 103
Binary 11101000 11010111 1101100 0 111 110101 1001 110100 1001001 1000011

Color Harmonies of #E8D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D76C

Black with #E8D76C

Text Example


Text Example

White with #E8D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D76C; }

 p { color: rgb(232,215,108); }

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

background-color css

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

 a { background-color: rgb(232,215,108); }

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

border-color css

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

 span { border-color: rgb(232,215,108); }

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