Html Css Color HEX #ECDC6E Wild Rice

📋 copy color: '#ECDC6E'

red 236 ◦ green 220 ◦ blue 110

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

Shades of Wild Rice #ECDC6E

Tints of Wild Rice #ECDC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.43%

R = 41.7%
G = 38.87%
B = 19.43%

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

#ECDC6E (or 0xECDC6E) is known color: Wild Rice. HEX triplet: EC, DC and 6E. RGB value is (236,220,110). Sum of RGB (Red+Green+Blue) = 236+220+110=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC6E is #132391. Grayscale: #D4D4D4. Windows color (decimal): -1254290 or 7265516. OLE color: 7265516.

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

Color convert

RGB 236 220 110 -
CMYK 0 0.07 0.53 0.07
HSL 52.38º 0.77% 0.68% -
HSV(B) 52.38º 0.53% 0.93% -
XYZ 63 70.15 24.97 -
YUV 212.24 70.3 144.94 -
System Red Green Blue C M Y K H S L
Decimal 236 220 110 0 0.07 0.53 0.07 52.38 0.77 0.68
Hex EC DC 6E 0 7 35 7 34 4D 44
Octal 354 334 156 0 7 65 7 64 115 104
Binary 11101100 11011100 1101110 0 111 110101 111 110100 1001101 1000100

Color Harmonies of #ECDC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC6E

Black with #ECDC6E

Text Example


Text Example

White with #ECDC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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