#ECD772

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

Shades of Wild Rice #ECD772

Tints of Wild Rice #ECD772

Color information

#ECD772 (or 0xECD772) is unknown color: approx Wild Rice. HEX triplet: EC, D7 and 72. RGB value is (236,215,114). Sum of RGB (Red+Green+Blue) = 236+215+114=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD772 is #13288D. Grayscale: #D2D2D2. Windows color (decimal): -1255566 or 7526380. OLE color: 7526380.

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

Color convert

RGB236215114-
CMYK00.090.520.07
HSL49.67º76.25%68.63%-
HSV(B)49.67º51.69%92.55%-
XYZ61.9367.6525.71-
YUV209.7673.96146.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.77%
GREEN value IS 215 (84.38% from 255) = 38.05%
BLUE value IS 114 (44.92% from 255) = 20.18%
R=41.77%
G=38.05%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621511400.090.520.0749.6776.2568.63
HexECD77209347324c45
Octal35432716201164762114105
Binary111011001101011111100100100111010011111001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD772; }

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

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

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

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

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

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

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

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