Html Css Color HEX #EAD873 Wild Rice

📋 copy color: '#EAD873'

red 234 ◦ green 216 ◦ blue 115

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

Shades of Wild Rice #EAD873

Tints of Wild Rice #EAD873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.35%

R = 41.42%
G = 38.23%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAD873 (or 0xEAD873) is known color: Wild Rice. HEX triplet: EA, D8 and 73. RGB value is (234,216,115). Sum of RGB (Red+Green+Blue) = 234+216+115=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD873 is #15278C. Grayscale: #D2D2D2. Windows color (decimal): -1386381 or 7592170. OLE color: 7592170.

HSL color Cylindrical-coordinate representation of color #EAD873: hue angle of 50.92º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAD873 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 216 115 -
CMYK 0 0.08 0.51 0.08
HSL 50.92º 0.74% 0.68% -
HSV(B) 50.92º 0.51% 0.92% -
XYZ 61.58 67.84 26.07 -
YUV 209.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 234 216 115 0 0.08 0.51 0.08 50.92 0.74 0.68
Hex EA D8 73 0 8 33 8 33 4A 44
Octal 352 330 163 0 10 63 10 63 112 104
Binary 11101010 11011000 1110011 0 1000 110011 1000 110011 1001010 1000100

Color Harmonies of #EAD873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD873

Black with #EAD873

Text Example


Text Example

White with #EAD873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD873; }

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

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

background-color css

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

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

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

border-color css

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

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

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