#EADA73

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

Shades of Wild Rice #EADA73

Tints of Wild Rice #EADA73

Color information

#EADA73 (or 0xEADA73) is unknown color: approx Wild Rice. HEX triplet: EA, DA and 73. RGB value is (234,218,115). Sum of RGB (Red+Green+Blue) = 234+218+115=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA73 is #15258C. Grayscale: #D3D3D3. Windows color (decimal): -1385869 or 7592682. OLE color: 7592682.

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

Color convert

RGB234218115-
CMYK00.070.510.08
HSL51.93º73.91%68.43%-
HSV(B)51.93º50.85%91.76%-
XYZ62.168.8726.24-
YUV211.0473.8144.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 115 (45.31% from 255) = 20.28%
R=41.27%
G=38.45%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421811500.070.510.0851.9373.9168.43
HexEADA7307338344a44
Octal35233216307631064112104
Binary111010101101101011100110111110011100011010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA73; }

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

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

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

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

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

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

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

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