Html Css Color HEX #ECD974 Wild Rice

📋 copy color: '#ECD974'

red 236 ◦ green 217 ◦ blue 116

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

Shades of Wild Rice #ECD974

Tints of Wild Rice #ECD974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.39%

R = 41.48%
G = 38.14%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECD974 (or 0xECD974) is known color: Wild Rice. HEX triplet: EC, D9 and 74. RGB value is (236,217,116). Sum of RGB (Red+Green+Blue) = 236+217+116=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD974 is #13268B. Grayscale: #D3D3D3. Windows color (decimal): -1255052 or 7657964. OLE color: 7657964.

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

Color convert

RGB 236 217 116 -
CMYK 0 0.08 0.51 0.07
HSL 50.5º 0.76% 0.69% -
HSV(B) 50.5º 0.51% 0.93% -
XYZ 62.56 68.72 26.49 -
YUV 211.17 74.29 145.71 -
System Red Green Blue C M Y K H S L
Decimal 236 217 116 0 0.08 0.51 0.07 50.5 0.76 0.69
Hex EC D9 74 0 8 33 7 32 4C 45
Octal 354 331 164 0 10 63 7 62 114 105
Binary 11101100 11011001 1110100 0 1000 110011 111 110010 1001100 1000101

Color Harmonies of #ECD974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD974

Black with #ECD974

Text Example


Text Example

White with #ECD974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD974; }

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

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

background-color css

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

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

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

border-color css

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

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

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