Html Css Color HEX #ECDC6F Wild Rice

📋 copy color: '#ECDC6F'

red 236 ◦ green 220 ◦ blue 111

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

Shades of Wild Rice #ECDC6F

Tints of Wild Rice #ECDC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.58%

R = 41.62%
G = 38.8%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECDC6F (or 0xECDC6F) is known color: Wild Rice. HEX triplet: EC, DC and 6F. RGB value is (236,220,111). Sum of RGB (Red+Green+Blue) = 236+220+111=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC6F is #132390. Grayscale: #D4D4D4. Windows color (decimal): -1254289 or 7331052. OLE color: 7331052.

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

Color convert

RGB 236 220 111 -
CMYK 0 0.07 0.53 0.07
HSL 52.32º 0.77% 0.68% -
HSV(B) 52.32º 0.53% 0.93% -
XYZ 63.05 70.17 25.26 -
YUV 212.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 236 220 111 0 0.07 0.53 0.07 52.32 0.77 0.68
Hex EC DC 6F 0 7 35 7 34 4D 44
Octal 354 334 157 0 7 65 7 64 115 104
Binary 11101100 11011100 1101111 0 111 110101 111 110100 1001101 1000100

Color Harmonies of #ECDC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC6F

Black with #ECDC6F

Text Example


Text Example

White with #ECDC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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