Html Css Color HEX #E8DD71 Wild Rice

📋 copy color: '#E8DD71'

red 232 ◦ green 221 ◦ blue 113

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

Shades of Wild Rice #E8DD71

Tints of Wild Rice #E8DD71

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.05%

 BLUE value IS 113 (44.53% from 255) = 19.96%

R = 40.99%
G = 39.05%
B = 19.96%

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

#E8DD71 (or 0xE8DD71) is known color: Wild Rice. HEX triplet: E8, DD and 71. RGB value is (232,221,113). Sum of RGB (Red+Green+Blue) = 232+221+113=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DD71 is #17228E. Grayscale: #D4D4D4. Windows color (decimal): -1516175 or 7462376. OLE color: 7462376.

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

Color convert

RGB 232 221 113 -
CMYK 0 0.05 0.51 0.09
HSL 54.45º 0.72% 0.68% -
HSV(B) 54.45º 0.51% 0.91% -
XYZ 62.12 70.06 25.87 -
YUV 211.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 232 221 113 0 0.05 0.51 0.09 54.45 0.72 0.68
Hex E8 DD 71 0 5 33 9 36 48 44
Octal 350 335 161 0 5 63 11 66 110 104
Binary 11101000 11011101 1110001 0 101 110011 1001 110110 1001000 1000100

Color Harmonies of #E8DD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DD71

Black with #E8DD71

Text Example


Text Example

White with #E8DD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DD71; }

 p { color: rgb(232,221,113); }

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

background-color css

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

 a { background-color: rgb(232,221,113); }

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

border-color css

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

 span { border-color: rgb(232,221,113); }

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