Html Css Color HEX #EAD471 Wild Rice

📋 copy color: '#EAD471'

red 234 ◦ green 212 ◦ blue 113

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

Shades of Wild Rice #EAD471

Tints of Wild Rice #EAD471

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.92%

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

R = 41.86%
G = 37.92%
B = 20.21%

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

#EAD471 (or 0xEAD471) is known color: Wild Rice. HEX triplet: EA, D4 and 71. RGB value is (234,212,113). Sum of RGB (Red+Green+Blue) = 234+212+113=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD471 is #152B8E. Grayscale: #CFCFCF. Windows color (decimal): -1387407 or 7460074. OLE color: 7460074.

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

Color convert

RGB 234 212 113 -
CMYK 0 0.09 0.52 0.08
HSL 49.09º 0.74% 0.68% -
HSV(B) 49.09º 0.52% 0.92% -
XYZ 60.46 65.77 25.13 -
YUV 207.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 234 212 113 0 0.09 0.52 0.08 49.09 0.74 0.68
Hex EA D4 71 0 9 34 8 31 4A 44
Octal 352 324 161 0 11 64 10 61 112 104
Binary 11101010 11010100 1110001 0 1001 110100 1000 110001 1001010 1000100

Color Harmonies of #EAD471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD471

Black with #EAD471

Text Example


Text Example

White with #EAD471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD471; }

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

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

background-color css

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

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

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

border-color css

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

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

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