Html Css Color HEX #ECD972 Wild Rice

📋 copy color: '#ECD972'

red 236 ◦ green 217 ◦ blue 114

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

Shades of Wild Rice #ECD972

Tints of Wild Rice #ECD972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.11%

R = 41.62%
G = 38.27%
B = 20.11%

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

#ECD972 (or 0xECD972) is known color: Wild Rice. HEX triplet: EC, D9 and 72. RGB value is (236,217,114). Sum of RGB (Red+Green+Blue) = 236+217+114=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD972 is #13268D. Grayscale: #D3D3D3. Windows color (decimal): -1255054 or 7526892. OLE color: 7526892.

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

Color convert

RGB 236 217 114 -
CMYK 0 0.08 0.52 0.07
HSL 50.66º 0.76% 0.69% -
HSV(B) 50.66º 0.52% 0.93% -
XYZ 62.44 68.67 25.88 -
YUV 210.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 236 217 114 0 0.08 0.52 0.07 50.66 0.76 0.69
Hex EC D9 72 0 8 34 7 33 4C 45
Octal 354 331 162 0 10 64 7 63 114 105
Binary 11101100 11011001 1110010 0 1000 110100 111 110011 1001100 1000101

Color Harmonies of #ECD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD972

Black with #ECD972

Text Example


Text Example

White with #ECD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD972; }

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

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

background-color css

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

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

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

border-color css

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

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

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