Html Css Color HEX #ECD379 Wild Rice

📋 copy color: '#ECD379'

red 236 ◦ green 211 ◦ blue 121

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

Shades of Wild Rice #ECD379

Tints of Wild Rice #ECD379

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.15%

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

R = 41.55%
G = 37.15%
B = 21.3%

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

#ECD379 (or 0xECD379) is known color: Wild Rice. HEX triplet: EC, D3 and 79. RGB value is (236,211,121). Sum of RGB (Red+Green+Blue) = 236+211+121=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD379 is #132C86. Grayscale: #D0D0D0. Windows color (decimal): -1256583 or 7984108. OLE color: 7984108.

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

Color convert

RGB 236 211 121 -
CMYK 0 0.11 0.49 0.07
HSL 46.96º 0.75% 0.7% -
HSV(B) 46.96º 0.49% 0.93% -
XYZ 61.34 65.8 27.56 -
YUV 208.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 236 211 121 0 0.11 0.49 0.07 46.96 0.75 0.7
Hex EC D3 79 0 B 31 7 2F 4B 46
Octal 354 323 171 0 13 61 7 57 113 106
Binary 11101100 11010011 1111001 0 1011 110001 111 101111 1001011 1000110

Color Harmonies of #ECD379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD379

Black with #ECD379

Text Example


Text Example

White with #ECD379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD379; }

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

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

background-color css

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

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

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

border-color css

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

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

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