Html Css Color HEX #E8D872 Wild Rice

📋 copy color: '#E8D872'

red 232 ◦ green 216 ◦ blue 114

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

Shades of Wild Rice #E8D872

Tints of Wild Rice #E8D872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.28%

R = 41.28%
G = 38.43%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E8D872 (or 0xE8D872) is known color: Wild Rice. HEX triplet: E8, D8 and 72. RGB value is (232,216,114). Sum of RGB (Red+Green+Blue) = 232+216+114=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D872 is #17278D. Grayscale: #D1D1D1. Windows color (decimal): -1517454 or 7526632. OLE color: 7526632.

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

Color convert

RGB 232 216 114 -
CMYK 0 0.07 0.51 0.09
HSL 51.86º 0.72% 0.68% -
HSV(B) 51.86º 0.51% 0.91% -
XYZ 60.87 67.48 25.74 -
YUV 209.16 74.3 144.29 -
System Red Green Blue C M Y K H S L
Decimal 232 216 114 0 0.07 0.51 0.09 51.86 0.72 0.68
Hex E8 D8 72 0 7 33 9 34 48 44
Octal 350 330 162 0 7 63 11 64 110 104
Binary 11101000 11011000 1110010 0 111 110011 1001 110100 1001000 1000100

Color Harmonies of #E8D872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D872

Black with #E8D872

Text Example


Text Example

White with #E8D872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D872; }

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

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

background-color css

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

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

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

border-color css

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

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

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