#EADE6F

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

Shades of Wild Rice #EADE6F

Tints of Wild Rice #EADE6F

Color information

#EADE6F (or 0xEADE6F) is unknown color: approx Wild Rice. HEX triplet: EA, DE and 6F. RGB value is (234,222,111). Sum of RGB (Red+Green+Blue) = 234+222+111=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE6F is #152190. Grayscale: #D5D5D5. Windows color (decimal): -1384849 or 7331562. OLE color: 7331562.

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

Color convert

RGB234222111-
CMYK00.050.530.08
HSL54.15º74.55%67.65%-
HSV(B)54.15º52.56%91.76%-
XYZ62.9270.8825.4-
YUV212.9370.48143.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 111 (43.75% from 255) = 19.58%
R=41.27%
G=39.15%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422211100.050.530.0854.1574.5567.65
HexEADE6F05358364b44
Octal35233615705651066113104
Binary111010101101111011011110101110101100011011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE6F; }

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

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

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

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

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

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

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

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