Html Css Color HEX #EAD871 Wild Rice

📋 copy color: '#EAD871'

red 234 ◦ green 216 ◦ blue 113

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

Shades of Wild Rice #EAD871

Tints of Wild Rice #EAD871

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.37%

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

R = 41.56%
G = 38.37%
B = 20.07%

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

#EAD871 (or 0xEAD871) is known color: Wild Rice. HEX triplet: EA, D8 and 71. RGB value is (234,216,113). Sum of RGB (Red+Green+Blue) = 234+216+113=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD871 is #15278E. Grayscale: #D2D2D2. Windows color (decimal): -1386383 or 7461098. OLE color: 7461098.

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

Color convert

RGB 234 216 113 -
CMYK 0 0.08 0.52 0.08
HSL 51.07º 0.74% 0.68% -
HSV(B) 51.07º 0.52% 0.92% -
XYZ 61.47 67.8 25.47 -
YUV 209.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 234 216 113 0 0.08 0.52 0.08 51.07 0.74 0.68
Hex EA D8 71 0 8 34 8 33 4A 44
Octal 352 330 161 0 10 64 10 63 112 104
Binary 11101010 11011000 1110001 0 1000 110100 1000 110011 1001010 1000100

Color Harmonies of #EAD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD871

Black with #EAD871

Text Example


Text Example

White with #EAD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD871; }

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

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

background-color css

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

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

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

border-color css

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

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

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