Html Css Color HEX #EAD671 Wild Rice

📋 copy color: '#EAD671'

red 234 ◦ green 214 ◦ blue 113

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

Shades of Wild Rice #EAD671

Tints of Wild Rice #EAD671

RGB

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

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

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

R = 41.71%
G = 38.15%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAD671 (or 0xEAD671) is known color: Wild Rice. HEX triplet: EA, D6 and 71. RGB value is (234,214,113). Sum of RGB (Red+Green+Blue) = 234+214+113=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 113 (44.53% from 255 or 20.14% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD671 is #15298E. Grayscale: #D0D0D0. Windows color (decimal): -1386895 or 7460586. OLE color: 7460586.

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

Color convert

RGB 234 214 113 -
CMYK 0 0.09 0.52 0.08
HSL 50.08º 0.74% 0.68% -
HSV(B) 50.08º 0.52% 0.92% -
XYZ 60.96 66.78 25.3 -
YUV 208.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 234 214 113 0 0.09 0.52 0.08 50.08 0.74 0.68
Hex EA D6 71 0 9 34 8 32 4A 44
Octal 352 326 161 0 11 64 10 62 112 104
Binary 11101010 11010110 1110001 0 1001 110100 1000 110010 1001010 1000100

Color Harmonies of #EAD671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD671

Black with #EAD671

Text Example


Text Example

White with #EAD671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD671; }

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

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

background-color css

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

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

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

border-color css

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

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

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