Html Css Color HEX #E8D672 Wild Rice

📋 copy color: '#E8D672'

red 232 ◦ green 214 ◦ blue 114

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

Shades of Wild Rice #E8D672

Tints of Wild Rice #E8D672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.21%

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

R = 41.43%
G = 38.21%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E8D672 (or 0xE8D672) is known color: Wild Rice. HEX triplet: E8, D6 and 72. RGB value is (232,214,114). Sum of RGB (Red+Green+Blue) = 232+214+114=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D672 is #17298D. Grayscale: #D0D0D0. Windows color (decimal): -1517966 or 7526120. OLE color: 7526120.

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

Color convert

RGB 232 214 114 -
CMYK 0 0.08 0.51 0.09
HSL 50.85º 0.72% 0.68% -
HSV(B) 50.85º 0.51% 0.91% -
XYZ 60.36 66.46 25.57 -
YUV 207.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 232 214 114 0 0.08 0.51 0.09 50.85 0.72 0.68
Hex E8 D6 72 0 8 33 9 33 48 44
Octal 350 326 162 0 10 63 11 63 110 104
Binary 11101000 11010110 1110010 0 1000 110011 1001 110011 1001000 1000100

Color Harmonies of #E8D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D672

Black with #E8D672

Text Example


Text Example

White with #E8D672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D672; }

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

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

background-color css

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

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

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

border-color css

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

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

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