#ECDC73

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

Shades of Wild Rice #ECDC73

Tints of Wild Rice #ECDC73

Color information

#ECDC73 (or 0xECDC73) is unknown color: approx Wild Rice. HEX triplet: EC, DC and 73. RGB value is (236,220,115). Sum of RGB (Red+Green+Blue) = 236+220+115=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC73 is #13238C. Grayscale: #D5D5D5. Windows color (decimal): -1254285 or 7593196. OLE color: 7593196.

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

Color convert

RGB236220115-
CMYK00.070.510.07
HSL52.07º76.1%68.82%-
HSV(B)52.07º51.27%92.55%-
XYZ63.2870.2626.45-
YUV212.8172.8144.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 115 (45.31% from 255) = 20.14%
R=41.33%
G=38.53%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622011500.070.510.0752.0776.168.82
HexECDC7307337344c45
Octal3543341630763764114105
Binary11101100110111001110011011111001111111010010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC73; }

 p { color: rgb(236,220,115); }

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

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

 a { background-color: rgb(236,220,115); }

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

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

 span { border-color: rgb(236,220,115); }

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