Html Css Color HEX #ECD871 Wild Rice

📋 copy color: '#ECD871'

red 236 ◦ green 216 ◦ blue 113

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

Shades of Wild Rice #ECD871

Tints of Wild Rice #ECD871

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.23%

 BLUE value IS 113 (44.53% from 255) = 20%

R = 41.77%
G = 38.23%
B = 20%

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

#ECD871 (or 0xECD871) is known color: Wild Rice. HEX triplet: EC, D8 and 71. RGB value is (236,216,113). Sum of RGB (Red+Green+Blue) = 236+216+113=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD871 is #13278E. Grayscale: #D2D2D2. Windows color (decimal): -1255311 or 7461100. OLE color: 7461100.

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

Color convert

RGB 236 216 113 -
CMYK 0 0.08 0.52 0.07
HSL 50.24º 0.76% 0.68% -
HSV(B) 50.24º 0.52% 0.93% -
XYZ 62.13 68.14 25.5 -
YUV 210.24 73.13 146.38 -
System Red Green Blue C M Y K H S L
Decimal 236 216 113 0 0.08 0.52 0.07 50.24 0.76 0.68
Hex EC D8 71 0 8 34 7 32 4C 44
Octal 354 330 161 0 10 64 7 62 114 104
Binary 11101100 11011000 1110001 0 1000 110100 111 110010 1001100 1000100

Color Harmonies of #ECD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD871

Black with #ECD871

Text Example


Text Example

White with #ECD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD871; }

 p { color: rgb(236,216,113); }

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

background-color css

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

 a { background-color: rgb(236,216,113); }

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

border-color css

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

 span { border-color: rgb(236,216,113); }

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