#EDD876

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

Shades of Wild Rice #EDD876

Tints of Wild Rice #EDD876

Color information

#EDD876 (or 0xEDD876) is unknown color: approx Wild Rice. HEX triplet: ED, D8 and 76. RGB value is (237,216,118). Sum of RGB (Red+Green+Blue) = 237+216+118=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD876 is #122789. Grayscale: #D3D3D3. Windows color (decimal): -1189770 or 7788781. OLE color: 7788781.

HSL color Cylindrical-coordinate representation of color #EDD876: hue angle of 49.41º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDD876 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237216118-
CMYK00.090.500.07
HSL49.41º76.77%69.61%-
HSV(B)49.41º50.21%92.94%-
XYZ62.7568.4227.04-
YUV211.1175.46146.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 118 (46.48% from 255) = 20.67%
R=41.51%
G=37.83%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721611800.090.500.0749.4176.7769.61
HexEDD87609327314d46
Octal35533016601162761115106
Binary111011011101100011101100100111001011111000110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD876; }

 p { color: rgb(237,216,118); }

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

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

 a { background-color: rgb(237,216,118); }

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

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

 span { border-color: rgb(237,216,118); }

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