#EAD674

Color #EAD674 Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #EAD674

Tints of Wild Rice #EAD674

Color information

#EAD674 (or 0xEAD674) is unknown color: approx 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

RGB234214116-
CMYK00.090.500.08
HSL49.83º73.75%68.63%-
HSV(B)49.83º50.43%91.76%-
XYZ61.1366.8526.2-
YUV208.8175.63145.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.49%
GREEN value IS 214 (83.98% from 255) = 37.94%
BLUE value IS 116 (45.70% from 255) = 20.57%
R=41.49%
G=37.94%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421411600.090.500.0849.8373.7568.63
HexEAD67409328324a45
Octal352326164011621062112105
Binary1110101011010110111010001001110010100011001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>