#EDD972

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

Shades of Wild Rice #EDD972

Tints of Wild Rice #EDD972

Color information

#EDD972 (or 0xEDD972) is unknown color: approx Wild Rice. HEX triplet: ED, D9 and 72. RGB value is (237,217,114). Sum of RGB (Red+Green+Blue) = 237+217+114=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD972 is #12268D. Grayscale: #D3D3D3. Windows color (decimal): -1189518 or 7526893. OLE color: 7526893.

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

Color convert

RGB237217114-
CMYK00.080.520.07
HSL50.24º77.36%68.82%-
HSV(B)50.24º51.9%92.94%-
XYZ62.7868.8525.9-
YUV211.2473.13146.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 217 (85.16% from 255) = 38.20%
BLUE value IS 114 (44.92% from 255) = 20.07%
R=41.73%
G=38.20%
B=20.07%

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
Decimal23721711400.080.520.0750.2477.3668.82
HexEDD97208347324d45
Octal35533116201064762115105
Binary111011011101100111100100100011010011111001010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD972; }

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

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

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

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

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

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

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

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