Html Css Color HEX #EAD571 Wild Rice

📋 copy color: '#EAD571'

red 234 ◦ green 213 ◦ blue 113

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

Shades of Wild Rice #EAD571

Tints of Wild Rice #EAD571

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.04%

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

R = 41.79%
G = 38.04%
B = 20.18%

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

#EAD571 (or 0xEAD571) is known color: Wild Rice. HEX triplet: EA, D5 and 71. RGB value is (234,213,113). Sum of RGB (Red+Green+Blue) = 234+213+113=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD571 is #152A8E. Grayscale: #D0D0D0. Windows color (decimal): -1387151 or 7460330. OLE color: 7460330.

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

Color convert

RGB 234 213 113 -
CMYK 0 0.09 0.52 0.08
HSL 49.59º 0.74% 0.68% -
HSV(B) 49.59º 0.52% 0.92% -
XYZ 60.71 66.27 25.22 -
YUV 207.88 74.46 146.63 -
System Red Green Blue C M Y K H S L
Decimal 234 213 113 0 0.09 0.52 0.08 49.59 0.74 0.68
Hex EA D5 71 0 9 34 8 32 4A 44
Octal 352 325 161 0 11 64 10 62 112 104
Binary 11101010 11010101 1110001 0 1001 110100 1000 110010 1001010 1000100

Color Harmonies of #EAD571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD571

Black with #EAD571

Text Example


Text Example

White with #EAD571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD571; }

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

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

background-color css

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

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

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

border-color css

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

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

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