Html Css Color HEX #ECDC71 Wild Rice

📋 copy color: '#ECDC71'

red 236 ◦ green 220 ◦ blue 113

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

Shades of Wild Rice #ECDC71

Tints of Wild Rice #ECDC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.86%

R = 41.48%
G = 38.66%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECDC71 (or 0xECDC71) is known color: Wild Rice. HEX triplet: EC, DC and 71. RGB value is (236,220,113). Sum of RGB (Red+Green+Blue) = 236+220+113=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC71 is #13238E. Grayscale: #D5D5D5. Windows color (decimal): -1254287 or 7462124. OLE color: 7462124.

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

Color convert

RGB 236 220 113 -
CMYK 0 0.07 0.52 0.07
HSL 52.2º 0.76% 0.68% -
HSV(B) 52.2º 0.52% 0.93% -
XYZ 63.17 70.21 25.85 -
YUV 212.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 236 220 113 0 0.07 0.52 0.07 52.2 0.76 0.68
Hex EC DC 71 0 7 34 7 34 4C 44
Octal 354 334 161 0 7 64 7 64 114 104
Binary 11101100 11011100 1110001 0 111 110100 111 110100 1001100 1000100

Color Harmonies of #ECDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC71

Black with #ECDC71

Text Example


Text Example

White with #ECDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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