Html Css Color HEX #EAD477 Wild Rice

📋 copy color: '#EAD477'

red 234 ◦ green 212 ◦ blue 119

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

Shades of Wild Rice #EAD477

Tints of Wild Rice #EAD477

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.52%

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

R = 41.42%
G = 37.52%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAD477 (or 0xEAD477) is known color: Wild Rice. HEX triplet: EA, D4 and 77. RGB value is (234,212,119). Sum of RGB (Red+Green+Blue) = 234+212+119=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD477 is #152B88. Grayscale: #D0D0D0. Windows color (decimal): -1387401 or 7853290. OLE color: 7853290.

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

Color convert

RGB 234 212 119 -
CMYK 0 0.09 0.49 0.08
HSL 48.52º 0.73% 0.69% -
HSV(B) 48.52º 0.49% 0.92% -
XYZ 60.8 65.91 26.97 -
YUV 207.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 234 212 119 0 0.09 0.49 0.08 48.52 0.73 0.69
Hex EA D4 77 0 9 31 8 31 49 45
Octal 352 324 167 0 11 61 10 61 111 105
Binary 11101010 11010100 1110111 0 1001 110001 1000 110001 1001001 1000101

Color Harmonies of #EAD477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD477

Black with #EAD477

Text Example


Text Example

White with #EAD477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD477; }

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

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

background-color css

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

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

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

border-color css

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

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

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