Html Css Color HEX #ECD96F Wild Rice

📋 copy color: '#ECD96F'

red 236 ◦ green 217 ◦ blue 111

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

Shades of Wild Rice #ECD96F

Tints of Wild Rice #ECD96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.68%

R = 41.84%
G = 38.48%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECD96F (or 0xECD96F) is known color: Wild Rice. HEX triplet: EC, D9 and 6F. RGB value is (236,217,111). Sum of RGB (Red+Green+Blue) = 236+217+111=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD96F is #132690. Grayscale: #D3D3D3. Windows color (decimal): -1255057 or 7330284. OLE color: 7330284.

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

Color convert

RGB 236 217 111 -
CMYK 0 0.08 0.53 0.07
HSL 50.88º 0.77% 0.68% -
HSV(B) 50.88º 0.53% 0.93% -
XYZ 62.27 68.61 25 -
YUV 210.6 71.79 146.12 -
System Red Green Blue C M Y K H S L
Decimal 236 217 111 0 0.08 0.53 0.07 50.88 0.77 0.68
Hex EC D9 6F 0 8 35 7 33 4D 44
Octal 354 331 157 0 10 65 7 63 115 104
Binary 11101100 11011001 1101111 0 1000 110101 111 110011 1001101 1000100

Color Harmonies of #ECD96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD96F

Black with #ECD96F

Text Example


Text Example

White with #ECD96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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