Html Css Color HEX #ECD973 Wild Rice

📋 copy color: '#ECD973'

red 236 ◦ green 217 ◦ blue 115

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

Shades of Wild Rice #ECD973

Tints of Wild Rice #ECD973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.25%

R = 41.55%
G = 38.2%
B = 20.25%

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

#ECD973 (or 0xECD973) is known color: Wild Rice. HEX triplet: EC, D9 and 73. RGB value is (236,217,115). Sum of RGB (Red+Green+Blue) = 236+217+115=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD973 is #13268C. Grayscale: #D3D3D3. Windows color (decimal): -1255053 or 7592428. OLE color: 7592428.

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

Color convert

RGB 236 217 115 -
CMYK 0 0.08 0.51 0.07
HSL 50.58º 0.76% 0.69% -
HSV(B) 50.58º 0.51% 0.93% -
XYZ 62.5 68.7 26.19 -
YUV 211.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 236 217 115 0 0.08 0.51 0.07 50.58 0.76 0.69
Hex EC D9 73 0 8 33 7 33 4C 45
Octal 354 331 163 0 10 63 7 63 114 105
Binary 11101100 11011001 1110011 0 1000 110011 111 110011 1001100 1000101

Color Harmonies of #ECD973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD973

Black with #ECD973

Text Example


Text Example

White with #ECD973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD973; }

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

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

background-color css

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

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

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

border-color css

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

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

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