#ECD579

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

Shades of Wild Rice #ECD579

Tints of Wild Rice #ECD579

Color information

#ECD579 (or 0xECD579) is unknown color: approx Wild Rice. HEX triplet: EC, D5 and 79. RGB value is (236,213,121). Sum of RGB (Red+Green+Blue) = 236+213+121=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD579 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD579 is #132A86. Grayscale: #D1D1D1. Windows color (decimal): -1256071 or 7984620. OLE color: 7984620.

HSL color Cylindrical-coordinate representation of color #ECD579: hue angle of 48º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECD579 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB236213121-
CMYK00.100.490.07
HSL48º75.16%70%-
HSV(B)48º48.73%92.55%-
XYZ61.8466.827.72-
YUV209.3978.12146.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 121 (47.66% from 255) = 21.23%
R=41.40%
G=37.37%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621312100.100.490.074875.1670
HexECD5790A317304b46
Octal35432517101261760113106
Binary111011001101010111110010101011000111111000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD579; }

 p { color: rgb(236,213,121); }

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

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

 a { background-color: rgb(236,213,121); }

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

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

 span { border-color: rgb(236,213,121); }

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