#ECDE72

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

Shades of Wild Rice #ECDE72

Tints of Wild Rice #ECDE72

Color information

#ECDE72 (or 0xECDE72) is unknown color: approx Wild Rice. HEX triplet: EC, DE and 72. RGB value is (236,222,114). Sum of RGB (Red+Green+Blue) = 236+222+114=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE72 is #13218D. Grayscale: #D6D6D6. Windows color (decimal): -1253774 or 7528172. OLE color: 7528172.

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

Color convert

RGB236222114-
CMYK00.060.520.07
HSL53.11º76.25%68.63%-
HSV(B)53.11º51.69%92.55%-
XYZ63.7571.2926.32-
YUV213.8771.64143.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 114 (44.92% from 255) = 19.93%
R=41.26%
G=38.81%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622211400.060.520.0753.1176.2568.63
HexECDE7206347354c45
Octal3543361620664765114105
Binary11101100110111101110010011011010011111010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE72; }

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

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

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

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

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

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

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

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