#EDDA72

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

Shades of Wild Rice #EDDA72

Tints of Wild Rice #EDDA72

Color information

#EDDA72 (or 0xEDDA72) is unknown color: approx Wild Rice. HEX triplet: ED, DA and 72. RGB value is (237,218,114). Sum of RGB (Red+Green+Blue) = 237+218+114=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA72 is #12258D. Grayscale: #D4D4D4. Windows color (decimal): -1189262 or 7527149. OLE color: 7527149.

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

Color convert

RGB237218114-
CMYK00.080.520.07
HSL50.73º77.36%68.82%-
HSV(B)50.73º51.9%92.94%-
XYZ63.0369.3625.99-
YUV211.8272.79145.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 114 (44.92% from 255) = 20.04%
R=41.65%
G=38.31%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721811400.080.520.0750.7377.3668.82
HexEDDA7208347334d45
Octal35533216201064763115105
Binary111011011101101011100100100011010011111001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA72; }

 p { color: rgb(237,218,114); }

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

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

 a { background-color: rgb(237,218,114); }

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

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

 span { border-color: rgb(237,218,114); }

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