Html Css Color HEX #ECD279 Wild Rice

📋 copy color: '#ECD279'

red 236 ◦ green 210 ◦ blue 121

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

Shades of Wild Rice #ECD279

Tints of Wild Rice #ECD279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.04%

 BLUE value IS 121 (47.66% from 255) = 21.34%

R = 41.62%
G = 37.04%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ECD279 (or 0xECD279) is known color: Wild Rice. HEX triplet: EC, D2 and 79. RGB value is (236,210,121). Sum of RGB (Red+Green+Blue) = 236+210+121=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 121 (47.66% from 255 or 21.34% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD279 is #132D86. Grayscale: #D0D0D0. Windows color (decimal): -1256839 or 7983852. OLE color: 7983852.

HSL color Cylindrical-coordinate representation of color #ECD279: hue angle of 46.43º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECD279 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 210 121 -
CMYK 0 0.11 0.49 0.07
HSL 46.43º 0.75% 0.7% -
HSV(B) 46.43º 0.49% 0.93% -
XYZ 61.09 65.31 27.47 -
YUV 207.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 236 210 121 0 0.11 0.49 0.07 46.43 0.75 0.7
Hex EC D2 79 0 B 31 7 2E 4B 46
Octal 354 322 171 0 13 61 7 56 113 106
Binary 11101100 11010010 1111001 0 1011 110001 111 101110 1001011 1000110

Color Harmonies of #ECD279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD279

Black with #ECD279

Text Example


Text Example

White with #ECD279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD279; }

 p { color: rgb(236,210,121); }

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

background-color css

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

 a { background-color: rgb(236,210,121); }

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

border-color css

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

 span { border-color: rgb(236,210,121); }

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