Html Css Color HEX #E8DC72 Wild Rice

📋 copy color: '#E8DC72'

red 232 ◦ green 220 ◦ blue 114

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

Shades of Wild Rice #E8DC72

Tints of Wild Rice #E8DC72

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.87%

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

R = 40.99%
G = 38.87%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E8DC72 (or 0xE8DC72) is known color: Wild Rice. HEX triplet: E8, DC and 72. RGB value is (232,220,114). Sum of RGB (Red+Green+Blue) = 232+220+114=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DC72 is #17238D. Grayscale: #D3D3D3. Windows color (decimal): -1516430 or 7527656. OLE color: 7527656.

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

Color convert

RGB 232 220 114 -
CMYK 0 0.05 0.51 0.09
HSL 53.9º 0.72% 0.68% -
HSV(B) 53.9º 0.51% 0.91% -
XYZ 61.91 69.56 26.08 -
YUV 211.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 232 220 114 0 0.05 0.51 0.09 53.9 0.72 0.68
Hex E8 DC 72 0 5 33 9 36 48 44
Octal 350 334 162 0 5 63 11 66 110 104
Binary 11101000 11011100 1110010 0 101 110011 1001 110110 1001000 1000100

Color Harmonies of #E8DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC72

Black with #E8DC72

Text Example


Text Example

White with #E8DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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