Html Css Color HEX #EAD177 Wild Rice

📋 copy color: '#EAD177'

red 234 ◦ green 209 ◦ blue 119

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

Shades of Wild Rice #EAD177

Tints of Wild Rice #EAD177

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.19%

 BLUE value IS 119 (46.88% from 255) = 21.17%

R = 41.64%
G = 37.19%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAD177 (or 0xEAD177) is known color: Wild Rice. HEX triplet: EA, D1 and 77. RGB value is (234,209,119). Sum of RGB (Red+Green+Blue) = 234+209+119=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 119 (46.88% from 255 or 21.17% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD177 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD177 is #152E88. Grayscale: #CECECE. Windows color (decimal): -1388169 or 7852522. OLE color: 7852522.

HSL color Cylindrical-coordinate representation of color #EAD177: hue angle of 46.96º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAD177 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 209 119 -
CMYK 0 0.11 0.49 0.08
HSL 46.96º 0.73% 0.69% -
HSV(B) 46.96º 0.49% 0.92% -
XYZ 60.06 64.43 26.72 -
YUV 206.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 234 209 119 0 0.11 0.49 0.08 46.96 0.73 0.69
Hex EA D1 77 0 B 31 8 2F 49 45
Octal 352 321 167 0 13 61 10 57 111 105
Binary 11101010 11010001 1110111 0 1011 110001 1000 101111 1001001 1000101

Color Harmonies of #EAD177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD177

Black with #EAD177

Text Example


Text Example

White with #EAD177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD177; }

 p { color: rgb(234,209,119); }

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

background-color css

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

 a { background-color: rgb(234,209,119); }

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

border-color css

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

 span { border-color: rgb(234,209,119); }

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