#ECDE73

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

Shades of Wild Rice #ECDE73

Tints of Wild Rice #ECDE73

Color information

#ECDE73 (or 0xECDE73) is unknown color: approx Wild Rice. HEX triplet: EC, DE and 73. RGB value is (236,222,115). Sum of RGB (Red+Green+Blue) = 236+222+115=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE73 is #13218C. Grayscale: #D6D6D6. Windows color (decimal): -1253773 or 7593708. OLE color: 7593708.

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

Color convert

RGB236222115-
CMYK00.060.510.07
HSL53.06º76.1%68.82%-
HSV(B)53.06º51.27%92.55%-
XYZ63.8171.3126.62-
YUV213.9972.14143.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 115 (45.31% from 255) = 20.07%
R=41.19%
G=38.74%
B=20.07%

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
Decimal23622211500.060.510.0753.0676.168.82
HexECDE7306337354c45
Octal3543361630663765114105
Binary11101100110111101110011011011001111111010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE73; }

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

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

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

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

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

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

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

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