#EADF6A

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

Shades of Wild Rice #EADF6A

Tints of Wild Rice #EADF6A

Color information

#EADF6A (or 0xEADF6A) is unknown color: approx Wild Rice. HEX triplet: EA, DF and 6A. RGB value is (234,223,106). Sum of RGB (Red+Green+Blue) = 234+223+106=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 106 (41.80% from 255 or 18.83% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF6A is #152095. Grayscale: #D5D5D5. Windows color (decimal): -1384598 or 7004138. OLE color: 7004138.

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

Color convert

RGB234223106-
CMYK00.050.550.08
HSL54.84º75.29%66.67%-
HSV(B)54.84º54.7%91.76%-
XYZ62.9271.3124.08-
YUV212.9567.64143.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 223 (87.5% from 255) = 39.61%
BLUE value IS 106 (41.80% from 255) = 18.83%
R=41.56%
G=39.61%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422310600.050.550.0854.8475.2966.67
HexEADF6A05378374b43
Octal35233715205671067113103
Binary111010101101111111010100101110111100011011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF6A; }

 p { color: rgb(234,223,106); }

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

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

 a { background-color: rgb(234,223,106); }

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

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

 span { border-color: rgb(234,223,106); }

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