#EADA6F

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

Shades of Wild Rice #EADA6F

Tints of Wild Rice #EADA6F

Color information

#EADA6F (or 0xEADA6F) is unknown color: approx Wild Rice. HEX triplet: EA, DA and 6F. RGB value is (234,218,111). Sum of RGB (Red+Green+Blue) = 234+218+111=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA6F is #152590. Grayscale: #D3D3D3. Windows color (decimal): -1385873 or 7330538. OLE color: 7330538.

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

Color convert

RGB234218111-
CMYK00.070.530.08
HSL52.2º74.55%67.65%-
HSV(B)52.2º52.56%91.76%-
XYZ61.8768.7825.05-
YUV210.5971.8144.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 111 (43.75% from 255) = 19.72%
R=41.56%
G=38.72%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421811100.070.530.0852.274.5567.65
HexEADA6F07358344b44
Octal35233215707651064113104
Binary111010101101101011011110111110101100011010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA6F; }

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

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

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

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

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

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

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

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