#ECDA70

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

Shades of Wild Rice #ECDA70

Tints of Wild Rice #ECDA70

Color information

#ECDA70 (or 0xECDA70) is unknown color: approx Wild Rice. HEX triplet: EC, DA and 70. RGB value is (236,218,112). Sum of RGB (Red+Green+Blue) = 236+218+112=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA70 is #13258F. Grayscale: #D3D3D3. Windows color (decimal): -1254800 or 7396076. OLE color: 7396076.

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

Color convert

RGB236218112-
CMYK00.080.530.07
HSL51.29º76.54%68.24%-
HSV(B)51.29º52.54%92.55%-
XYZ62.5969.1525.38-
YUV211.371.96145.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 112 (44.14% from 255) = 19.79%
R=41.70%
G=38.52%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621811200.080.530.0751.2976.5468.24
HexECDA7008357334d44
Octal35433216001065763115104
Binary111011001101101011100000100011010111111001110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDA70; }

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

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

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

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

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

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

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

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