#ECDB70

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

Shades of Wild Rice #ECDB70

Tints of Wild Rice #ECDB70

Color information

#ECDB70 (or 0xECDB70) is unknown color: approx Wild Rice. HEX triplet: EC, DB and 70. RGB value is (236,219,112). Sum of RGB (Red+Green+Blue) = 236+219+112=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB70 is #13248F. Grayscale: #D4D4D4. Windows color (decimal): -1254544 or 7396332. OLE color: 7396332.

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

Color convert

RGB236219112-
CMYK00.070.530.07
HSL51.77º76.54%68.24%-
HSV(B)51.77º52.54%92.55%-
XYZ62.8569.6725.46-
YUV211.8871.63145.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 112 (44.14% from 255) = 19.75%
R=41.62%
G=38.62%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621911200.070.530.0751.7776.5468.24
HexECDB7007357344d44
Octal3543331600765764115104
Binary11101100110110111110000011111010111111010010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB70; }

 p { color: rgb(236,219,112); }

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

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

 a { background-color: rgb(236,219,112); }

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

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

 span { border-color: rgb(236,219,112); }

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