Html Css Color HEX #ECD971 Wild Rice

📋 copy color: '#ECD971'

red 236 ◦ green 217 ◦ blue 113

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

Shades of Wild Rice #ECD971

Tints of Wild Rice #ECD971

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.34%

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

R = 41.7%
G = 38.34%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECD971 (or 0xECD971) is known color: Wild Rice. HEX triplet: EC, D9 and 71. RGB value is (236,217,113). Sum of RGB (Red+Green+Blue) = 236+217+113=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD971 is #13268E. Grayscale: #D3D3D3. Windows color (decimal): -1255055 or 7461356. OLE color: 7461356.

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

Color convert

RGB 236 217 113 -
CMYK 0 0.08 0.52 0.07
HSL 50.73º 0.76% 0.68% -
HSV(B) 50.73º 0.52% 0.93% -
XYZ 62.39 68.65 25.59 -
YUV 210.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 236 217 113 0 0.08 0.52 0.07 50.73 0.76 0.68
Hex EC D9 71 0 8 34 7 33 4C 44
Octal 354 331 161 0 10 64 7 63 114 104
Binary 11101100 11011001 1110001 0 1000 110100 111 110011 1001100 1000100

Color Harmonies of #ECD971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD971

Black with #ECD971

Text Example


Text Example

White with #ECD971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD971; }

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

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

background-color css

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

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

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

border-color css

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

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

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