#EAD76D

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

Shades of Wild Rice #EAD76D

Tints of Wild Rice #EAD76D

Color information

#EAD76D (or 0xEAD76D) is unknown color: approx Wild Rice. HEX triplet: EA, D7 and 6D. RGB value is (234,215,109). Sum of RGB (Red+Green+Blue) = 234+215+109=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD76D is #152892. Grayscale: #D1D1D1. Windows color (decimal): -1386643 or 7198698. OLE color: 7198698.

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

Color convert

RGB234215109-
CMYK00.080.530.08
HSL50.88º74.85%67.25%-
HSV(B)50.88º53.42%91.76%-
XYZ60.9967.224.22-
YUV208.671.79146.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 109 (42.97% from 255) = 19.53%
R=41.94%
G=38.53%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421510900.080.530.0850.8874.8567.25
HexEAD76D08358334b43
Octal352327155010651063113103
Binary1110101011010111110110101000110101100011001110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD76D; }

 p { color: rgb(234,215,109); }

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

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

 a { background-color: rgb(234,215,109); }

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

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

 span { border-color: rgb(234,215,109); }

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