#EDD776

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

Shades of Wild Rice #EDD776

Tints of Wild Rice #EDD776

Color information

#EDD776 (or 0xEDD776) is unknown color: approx Wild Rice. HEX triplet: ED, D7 and 76. RGB value is (237,215,118). Sum of RGB (Red+Green+Blue) = 237+215+118=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD776 is #122889. Grayscale: #D2D2D2. Windows color (decimal): -1190026 or 7788525. OLE color: 7788525.

HSL color Cylindrical-coordinate representation of color #EDD776: hue angle of 48.91º 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 #EDD776 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237215118-
CMYK00.090.500.07
HSL48.91º76.77%69.61%-
HSV(B)48.91º50.21%92.94%-
XYZ62.567.9126.95-
YUV210.5275.79146.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 215 (84.38% from 255) = 37.72%
BLUE value IS 118 (46.48% from 255) = 20.70%
R=41.58%
G=37.72%
B=20.70%

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
Decimal23721511800.090.500.0748.9176.7769.61
HexEDD77609327314d46
Octal35532716601162761115106
Binary111011011101011111101100100111001011111000110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD776; }

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

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

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

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

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

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

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

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