#ECDD6A

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

Shades of Wild Rice #ECDD6A

Tints of Wild Rice #ECDD6A

Color information

#ECDD6A (or 0xECDD6A) is unknown color: approx Wild Rice. HEX triplet: EC, DD and 6A. RGB value is (236,221,106). Sum of RGB (Red+Green+Blue) = 236+221+106=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 106 (41.80% from 255 or 18.83% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD6A is #132295. Grayscale: #D4D4D4. Windows color (decimal): -1254038 or 7003628. OLE color: 7003628.

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

Color convert

RGB236221106-
CMYK00.060.550.07
HSL53.08º77.38%67.06%-
HSV(B)53.08º55.08%92.55%-
XYZ63.0570.5923.94-
YUV212.3867.97144.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 106 (41.80% from 255) = 18.83%
R=41.92%
G=39.25%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622110600.060.550.0753.0877.3867.06
HexECDD6A06377354d43
Octal3543351520667765115103
Binary11101100110111011101010011011011111111010110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDD6A; }

 p { color: rgb(236,221,106); }

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

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

 a { background-color: rgb(236,221,106); }

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

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

 span { border-color: rgb(236,221,106); }

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