Html Css Color HEX #EAD674 Wild Rice

📋 copy color: '#EAD674'

red 234 ◦ green 214 ◦ blue 116

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

Shades of Wild Rice #EAD674

Tints of Wild Rice #EAD674

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.94%

 BLUE value IS 116 (45.7% from 255) = 20.57%

R = 41.49%
G = 37.94%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAD674 (or 0xEAD674) is known color: Wild Rice. HEX triplet: EA, D6 and 74. RGB value is (234,214,116). Sum of RGB (Red+Green+Blue) = 234+214+116=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD674 is #15298B. Grayscale: #D1D1D1. Windows color (decimal): -1386892 or 7657194. OLE color: 7657194.

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

Color convert

RGB 234 214 116 -
CMYK 0 0.09 0.50 0.08
HSL 49.83º 0.74% 0.69% -
HSV(B) 49.83º 0.5% 0.92% -
XYZ 61.13 66.85 26.2 -
YUV 208.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 234 214 116 0 0.09 0.50 0.08 49.83 0.74 0.69
Hex EA D6 74 0 9 32 8 32 4A 45
Octal 352 326 164 0 11 62 10 62 112 105
Binary 11101010 11010110 1110100 0 1001 110010 1000 110010 1001010 1000101

Color Harmonies of #EAD674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD674

Black with #EAD674

Text Example


Text Example

White with #EAD674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD674; }

 p { color: rgb(234,214,116); }

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

background-color css

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

 a { background-color: rgb(234,214,116); }

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

border-color css

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

 span { border-color: rgb(234,214,116); }

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