#ECD775

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

Shades of Wild Rice #ECD775

Tints of Wild Rice #ECD775

Color information

#ECD775 (or 0xECD775) is unknown color: approx Wild Rice. HEX triplet: EC, D7 and 75. RGB value is (236,215,117). Sum of RGB (Red+Green+Blue) = 236+215+117=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD775 is #13288A. Grayscale: #D2D2D2. Windows color (decimal): -1255563 or 7722988. OLE color: 7722988.

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

Color convert

RGB236215117-
CMYK00.090.500.07
HSL49.41º75.8%69.22%-
HSV(B)49.41º50.42%92.55%-
XYZ62.167.7226.63-
YUV210.1175.46146.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 215 (84.38% from 255) = 37.85%
BLUE value IS 117 (46.09% from 255) = 20.60%
R=41.55%
G=37.85%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621511700.090.500.0749.4175.869.22
HexECD77509327314c45
Octal35432716501162761114105
Binary111011001101011111101010100111001011111000110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD775; }

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

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

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

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

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

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

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

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