Html Css Color HEX #ECDC6D Wild Rice

📋 copy color: '#ECDC6D'

red 236 ◦ green 220 ◦ blue 109

#ECDC6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Rice #ECDC6D

Tints of Wild Rice #ECDC6D

RGB

 RED value IS 236 (92.58% from 255) = 41.77%

 GREEN value IS 220 (86.33% from 255) = 38.94%

 BLUE value IS 109 (42.97% from 255) = 19.29%

R = 41.77%
G = 38.94%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ECDC6D (or 0xECDC6D) is known color: Wild Rice. HEX triplet: EC, DC and 6D. RGB value is (236,220,109). Sum of RGB (Red+Green+Blue) = 236+220+109=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC6D is #132392. Grayscale: #D4D4D4. Windows color (decimal): -1254291 or 7199980. OLE color: 7199980.

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

Color convert

RGB 236 220 109 -
CMYK 0 0.07 0.54 0.07
HSL 52.44º 0.77% 0.68% -
HSV(B) 52.44º 0.54% 0.93% -
XYZ 62.95 70.12 24.69 -
YUV 212.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 236 220 109 0 0.07 0.54 0.07 52.44 0.77 0.68
Hex EC DC 6D 0 7 36 7 34 4D 44
Octal 354 334 155 0 7 66 7 64 115 104
Binary 11101100 11011100 1101101 0 111 110110 111 110100 1001101 1000100

Color Harmonies of #ECDC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC6D

Black with #ECDC6D

Text Example


Text Example

White with #ECDC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC6D; }

 p { color: rgb(236,220,109); }

 H1.HeaderClassName
 {
   color: #ECDC6D;
 }
 .AnyTagClassName
 {
   color: #ECDC6D;
 }
</style>

background-color css

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

 a { background-color: rgb(236,220,109); }

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

border-color css

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

 span { border-color: rgb(236,220,109); }

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