#EDDC74

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

Shades of Wild Rice #EDDC74

Tints of Wild Rice #EDDC74

Color information

#EDDC74 (or 0xEDDC74) is unknown color: approx Wild Rice. HEX triplet: ED, DC and 74. RGB value is (237,220,116). Sum of RGB (Red+Green+Blue) = 237+220+116=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC74 is #12238B. Grayscale: #D5D5D5. Windows color (decimal): -1188748 or 7658733. OLE color: 7658733.

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

Color convert

RGB237220116-
CMYK00.070.510.07
HSL51.57º77.07%69.22%-
HSV(B)51.57º51.05%92.94%-
XYZ63.6770.4526.77-
YUV213.2373.13144.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 116 (45.70% from 255) = 20.24%
R=41.36%
G=38.39%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722011600.070.510.0751.5777.0769.22
HexEDDC7407337344d45
Octal3553341640763764115105
Binary11101101110111001110100011111001111111010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC74; }

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

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

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

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

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

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

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

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