#ECDD73

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

Shades of Wild Rice #ECDD73

Tints of Wild Rice #ECDD73

Color information

#ECDD73 (or 0xECDD73) is unknown color: approx Wild Rice. HEX triplet: EC, DD and 73. RGB value is (236,221,115). Sum of RGB (Red+Green+Blue) = 236+221+115=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD73 is #13228C. Grayscale: #D5D5D5. Windows color (decimal): -1254029 or 7593452. OLE color: 7593452.

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

Color convert

RGB236221115-
CMYK00.060.510.07
HSL52.56º76.1%68.82%-
HSV(B)52.56º51.27%92.55%-
XYZ63.5470.7826.53-
YUV213.472.47144.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 115 (45.31% from 255) = 20.10%
R=41.26%
G=38.64%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622111500.060.510.0752.5676.168.82
HexECDD7306337354c45
Octal3543351630663765114105
Binary11101100110111011110011011011001111111010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDD73; }

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

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

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

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

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

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

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

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