#EAD475

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

Shades of Wild Rice #EAD475

Tints of Wild Rice #EAD475

Color information

#EAD475 (or 0xEAD475) is unknown color: approx Wild Rice. HEX triplet: EA, D4 and 75. RGB value is (234,212,117). Sum of RGB (Red+Green+Blue) = 234+212+117=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD475 is #152B8A. Grayscale: #D0D0D0. Windows color (decimal): -1387403 or 7722218. OLE color: 7722218.

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

Color convert

RGB234212117-
CMYK00.090.50.08
HSL48.72º73.58%68.82%-
HSV(B)48.72º50%91.76%-
XYZ60.6965.8626.34-
YUV207.7576.79146.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 212 (83.20% from 255) = 37.66%
BLUE value IS 117 (46.09% from 255) = 20.78%
R=41.56%
G=37.66%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421211700.090.50.0848.7273.5868.82
HexEAD47509328314a45
Octal352324165011621061112105
Binary1110101011010100111010101001110010100011000110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD475; }

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

 H1.HeaderClassName
 {
   color: #EAD475;
 }
 .AnyTagClassName
 {
   color: #EAD475;
 }
</style>
background-color css

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

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

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

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

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

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