Html Css Color HEX #ECD376 Wild Rice

📋 copy color: '#ECD376'

red 236 ◦ green 211 ◦ blue 118

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

Shades of Wild Rice #ECD376

Tints of Wild Rice #ECD376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.88%

R = 41.77%
G = 37.35%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECD376 (or 0xECD376) is known color: Wild Rice. HEX triplet: EC, D3 and 76. RGB value is (236,211,118). Sum of RGB (Red+Green+Blue) = 236+211+118=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD376 is #132C89. Grayscale: #D0D0D0. Windows color (decimal): -1256586 or 7787500. OLE color: 7787500.

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

Color convert

RGB 236 211 118 -
CMYK 0 0.11 0.5 0.07
HSL 47.29º 0.76% 0.69% -
HSV(B) 47.29º 0.5% 0.93% -
XYZ 61.16 65.73 26.6 -
YUV 207.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 236 211 118 0 0.11 0.5 0.07 47.29 0.76 0.69
Hex EC D3 76 0 B 32 7 2F 4C 45
Octal 354 323 166 0 13 62 7 57 114 105
Binary 11101100 11010011 1110110 0 1011 110010 111 101111 1001100 1000101

Color Harmonies of #ECD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD376

Black with #ECD376

Text Example


Text Example

White with #ECD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD376; }

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

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

background-color css

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

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

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

border-color css

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

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

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