#EADC73

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

Shades of Wild Rice #EADC73

Tints of Wild Rice #EADC73

Color information

#EADC73 (or 0xEADC73) is unknown color: approx Wild Rice. HEX triplet: EA, DC and 73. RGB value is (234,220,115). Sum of RGB (Red+Green+Blue) = 234+220+115=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC73 is #15238C. Grayscale: #D4D4D4. Windows color (decimal): -1385357 or 7593194. OLE color: 7593194.

HSL color Cylindrical-coordinate representation of color #EADC73: hue angle of 52.94º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EADC73 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB234220115-
CMYK00.060.510.08
HSL52.94º73.91%68.43%-
HSV(B)52.94º50.85%91.76%-
XYZ62.6269.9226.41-
YUV212.2273.14143.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 115 (45.31% from 255) = 20.21%
R=41.12%
G=38.66%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422011500.060.510.0852.9473.9168.43
HexEADC7306338354a44
Octal35233416306631065112104
Binary111010101101110011100110110110011100011010110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC73; }

 p { color: rgb(234,220,115); }

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

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

 a { background-color: rgb(234,220,115); }

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

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

 span { border-color: rgb(234,220,115); }

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