Html Css Color HEX #E8DF72 Wild Rice

📋 copy color: '#E8DF72'

red 232 ◦ green 223 ◦ blue 114

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

Shades of Wild Rice #E8DF72

Tints of Wild Rice #E8DF72

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.19%

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

R = 40.77%
G = 39.19%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E8DF72 (or 0xE8DF72) is known color: Wild Rice. HEX triplet: E8, DF and 72. RGB value is (232,223,114). Sum of RGB (Red+Green+Blue) = 232+223+114=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DF72 is #17208D. Grayscale: #D5D5D5. Windows color (decimal): -1515662 or 7528424. OLE color: 7528424.

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

Color convert

RGB 232 223 114 -
CMYK 0 0.04 0.51 0.09
HSL 55.42º 0.72% 0.68% -
HSV(B) 55.42º 0.51% 0.91% -
XYZ 62.7 71.15 26.35 -
YUV 213.27 71.98 141.36 -
System Red Green Blue C M Y K H S L
Decimal 232 223 114 0 0.04 0.51 0.09 55.42 0.72 0.68
Hex E8 DF 72 0 4 33 9 37 48 44
Octal 350 337 162 0 4 63 11 67 110 104
Binary 11101000 11011111 1110010 0 100 110011 1001 110111 1001000 1000100

Color Harmonies of #E8DF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DF72

Black with #E8DF72

Text Example


Text Example

White with #E8DF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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