#ECD972

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

Shades of Wild Rice #ECD972

Tints of Wild Rice #ECD972

Color information

#ECD972 (or 0xECD972) is unknown color: approx Wild Rice. HEX triplet: EC, D9 and 72. RGB value is (236,217,114). Sum of RGB (Red+Green+Blue) = 236+217+114=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD972 is #13268D. Grayscale: #D3D3D3. Windows color (decimal): -1255054 or 7526892. OLE color: 7526892.

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

Color convert

RGB236217114-
CMYK00.080.520.07
HSL50.66º76.25%68.63%-
HSV(B)50.66º51.69%92.55%-
XYZ62.4468.6725.88-
YUV210.9473.29145.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 217 (85.16% from 255) = 38.27%
BLUE value IS 114 (44.92% from 255) = 20.11%
R=41.62%
G=38.27%
B=20.11%

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
Decimal23621711400.080.520.0750.6676.2568.63
HexECD97208347334c45
Octal35433116201064763114105
Binary111011001101100111100100100011010011111001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD972; }

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

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

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

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

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

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

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

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