Html Css Color HEX #EAD771 Wild Rice

📋 copy color: '#EAD771'

red 234 ◦ green 215 ◦ blue 113

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

Shades of Wild Rice #EAD771

Tints of Wild Rice #EAD771

RGB

 RED value IS 234 (91.8% from 255) = 41.64%

 GREEN value IS 215 (84.38% from 255) = 38.26%

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

R = 41.64%
G = 38.26%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAD771 (or 0xEAD771) is known color: Wild Rice. HEX triplet: EA, D7 and 71. RGB value is (234,215,113). Sum of RGB (Red+Green+Blue) = 234+215+113=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD771 is #15288E. Grayscale: #D1D1D1. Windows color (decimal): -1386639 or 7460842. OLE color: 7460842.

HSL color Cylindrical-coordinate representation of color #EAD771: hue angle of 50.58º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAD771 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 215 113 -
CMYK 0 0.08 0.52 0.08
HSL 50.58º 0.74% 0.68% -
HSV(B) 50.58º 0.52% 0.92% -
XYZ 61.21 67.29 25.38 -
YUV 209.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 234 215 113 0 0.08 0.52 0.08 50.58 0.74 0.68
Hex EA D7 71 0 8 34 8 33 4A 44
Octal 352 327 161 0 10 64 10 63 112 104
Binary 11101010 11010111 1110001 0 1000 110100 1000 110011 1001010 1000100

Color Harmonies of #EAD771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD771

Black with #EAD771

Text Example


Text Example

White with #EAD771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD771; }

 p { color: rgb(234,215,113); }

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

background-color css

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

 a { background-color: rgb(234,215,113); }

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

border-color css

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

 span { border-color: rgb(234,215,113); }

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