#ECD671

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

Shades of Wild Rice #ECD671

Tints of Wild Rice #ECD671

Color information

#ECD671 (or 0xECD671) is unknown color: approx Wild Rice. HEX triplet: EC, D6 and 71. RGB value is (236,214,113). Sum of RGB (Red+Green+Blue) = 236+214+113=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD671 is #13298E. Grayscale: #D1D1D1. Windows color (decimal): -1255823 or 7460588. OLE color: 7460588.

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

Color convert

RGB236214113-
CMYK00.090.520.07
HSL49.27º76.4%68.43%-
HSV(B)49.27º52.12%92.55%-
XYZ61.6267.1225.33-
YUV209.0673.79147.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 214 (83.98% from 255) = 38.01%
BLUE value IS 113 (44.53% from 255) = 20.07%
R=41.92%
G=38.01%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621411300.090.520.0749.2776.468.43
HexECD67109347314c44
Octal35432616101164761114104
Binary111011001101011011100010100111010011111000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD671; }

 p { color: rgb(236,214,113); }

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

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

 a { background-color: rgb(236,214,113); }

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

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

 span { border-color: rgb(236,214,113); }

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