Html Css Color HEX #E8D875 Wild Rice

📋 copy color: '#E8D875'

red 232 ◦ green 216 ◦ blue 117

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

Shades of Wild Rice #E8D875

Tints of Wild Rice #E8D875

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.23%

 BLUE value IS 117 (46.09% from 255) = 20.71%

R = 41.06%
G = 38.23%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E8D875 (or 0xE8D875) is known color: Wild Rice. HEX triplet: E8, D8 and 75. RGB value is (232,216,117). Sum of RGB (Red+Green+Blue) = 232+216+117=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D875 is #17278A. Grayscale: #D1D1D1. Windows color (decimal): -1517451 or 7723240. OLE color: 7723240.

HSL color Cylindrical-coordinate representation of color #E8D875: hue angle of 51.65º degrees, saturation: 0.71, 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 #E8D875 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 216 117 -
CMYK 0 0.07 0.50 0.09
HSL 51.65º 0.71% 0.68% -
HSV(B) 51.65º 0.5% 0.91% -
XYZ 61.05 67.55 26.65 -
YUV 209.5 75.8 144.05 -
System Red Green Blue C M Y K H S L
Decimal 232 216 117 0 0.07 0.50 0.09 51.65 0.71 0.68
Hex E8 D8 75 0 7 32 9 34 47 44
Octal 350 330 165 0 7 62 11 64 107 104
Binary 11101000 11011000 1110101 0 111 110010 1001 110100 1000111 1000100

Color Harmonies of #E8D875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D875

Black with #E8D875

Text Example


Text Example

White with #E8D875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D875; }

 p { color: rgb(232,216,117); }

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

background-color css

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

 a { background-color: rgb(232,216,117); }

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

border-color css

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

 span { border-color: rgb(232,216,117); }

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