#ECDA71

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

Shades of Wild Rice #ECDA71

Tints of Wild Rice #ECDA71

Color information

#ECDA71 (or 0xECDA71) is unknown color: approx Wild Rice. HEX triplet: EC, DA and 71. RGB value is (236,218,113). Sum of RGB (Red+Green+Blue) = 236+218+113=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA71 is #13258E. Grayscale: #D3D3D3. Windows color (decimal): -1254799 or 7461612. OLE color: 7461612.

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

Color convert

RGB236218113-
CMYK00.080.520.07
HSL51.22º76.4%68.43%-
HSV(B)51.22º52.12%92.55%-
XYZ62.6469.1725.67-
YUV211.4172.46145.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 113 (44.53% from 255) = 19.93%
R=41.62%
G=38.45%
B=19.93%

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
Decimal23621811300.080.520.0751.2276.468.43
HexECDA7108347334c44
Octal35433216101064763114104
Binary111011001101101011100010100011010011111001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDA71; }

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

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

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

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

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

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

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

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