Html Css Color HEX #E8D76A Wild Rice

📋 copy color: '#E8D76A'

red 232 ◦ green 215 ◦ blue 106

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

Shades of Wild Rice #E8D76A

Tints of Wild Rice #E8D76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.17%

R = 41.95%
G = 38.88%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E8D76A (or 0xE8D76A) is known color: Wild Rice. HEX triplet: E8, D7 and 6A. RGB value is (232,215,106). Sum of RGB (Red+Green+Blue) = 232+215+106=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D76A is #172895. Grayscale: #D0D0D0. Windows color (decimal): -1517718 or 7002088. OLE color: 7002088.

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

Color convert

RGB 232 215 106 -
CMYK 0 0.07 0.54 0.09
HSL 51.9º 0.73% 0.66% -
HSV(B) 51.9º 0.54% 0.91% -
XYZ 60.18 66.8 23.36 -
YUV 207.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 232 215 106 0 0.07 0.54 0.09 51.9 0.73 0.66
Hex E8 D7 6A 0 7 36 9 34 49 42
Octal 350 327 152 0 7 66 11 64 111 102
Binary 11101000 11010111 1101010 0 111 110110 1001 110100 1001001 1000010

Color Harmonies of #E8D76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D76A

Black with #E8D76A

Text Example


Text Example

White with #E8D76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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