#ECD576

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

Shades of Wild Rice #ECD576

Tints of Wild Rice #ECD576

Color information

#ECD576 (or 0xECD576) is unknown color: approx Wild Rice. HEX triplet: EC, D5 and 76. RGB value is (236,213,118). Sum of RGB (Red+Green+Blue) = 236+213+118=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD576 is #132A89. Grayscale: #D1D1D1. Windows color (decimal): -1256074 or 7788012. OLE color: 7788012.

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

Color convert

RGB236213118-
CMYK00.100.50.07
HSL48.31º75.64%69.41%-
HSV(B)48.31º50%92.55%-
XYZ61.6666.7326.77-
YUV209.0576.62147.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 213 (83.59% from 255) = 37.57%
BLUE value IS 118 (46.48% from 255) = 20.81%
R=41.62%
G=37.57%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621311800.100.50.0748.3175.6469.41
HexECD5760A327304c45
Octal35432516601262760114105
Binary111011001101010111101100101011001011111000010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD576; }

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

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

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

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

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

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

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

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