#EDD774

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

Shades of Wild Rice #EDD774

Tints of Wild Rice #EDD774

Color information

#EDD774 (or 0xEDD774) is unknown color: approx Wild Rice. HEX triplet: ED, D7 and 74. RGB value is (237,215,116). Sum of RGB (Red+Green+Blue) = 237+215+116=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD774 is #12288B. Grayscale: #D2D2D2. Windows color (decimal): -1190028 or 7657453. OLE color: 7657453.

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

Color convert

RGB237215116-
CMYK00.090.510.07
HSL49.09º77.07%69.22%-
HSV(B)49.09º51.05%92.94%-
XYZ62.3867.8726.33-
YUV210.2974.79147.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 215 (84.38% from 255) = 37.85%
BLUE value IS 116 (45.70% from 255) = 20.42%
R=41.73%
G=37.85%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721511600.090.510.0749.0977.0769.22
HexEDD77409337314d45
Octal35532716401163761115105
Binary111011011101011111101000100111001111111000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD774; }

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

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

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

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

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

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

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

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