Html Css Color HEX #EAD971 Wild Rice

📋 copy color: '#EAD971'

red 234 ◦ green 217 ◦ blue 113

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

Shades of Wild Rice #EAD971

Tints of Wild Rice #EAD971

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.48%

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

R = 41.49%
G = 38.48%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAD971 (or 0xEAD971) is known color: Wild Rice. HEX triplet: EA, D9 and 71. RGB value is (234,217,113). Sum of RGB (Red+Green+Blue) = 234+217+113=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD971 is #15268E. Grayscale: #D2D2D2. Windows color (decimal): -1386127 or 7461354. OLE color: 7461354.

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

Color convert

RGB 234 217 113 -
CMYK 0 0.07 0.52 0.08
HSL 51.57º 0.74% 0.68% -
HSV(B) 51.57º 0.52% 0.92% -
XYZ 61.73 68.31 25.55 -
YUV 210.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 234 217 113 0 0.07 0.52 0.08 51.57 0.74 0.68
Hex EA D9 71 0 7 34 8 34 4A 44
Octal 352 331 161 0 7 64 10 64 112 104
Binary 11101010 11011001 1110001 0 111 110100 1000 110100 1001010 1000100

Color Harmonies of #EAD971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD971

Black with #EAD971

Text Example


Text Example

White with #EAD971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD971; }

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

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

background-color css

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

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

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

border-color css

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

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

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