Html Css Color HEX #ECD86E Wild Rice

📋 copy color: '#ECD86E'

red 236 ◦ green 216 ◦ blue 110

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

Shades of Wild Rice #ECD86E

Tints of Wild Rice #ECD86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.57%

R = 41.99%
G = 38.43%
B = 19.57%

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

#ECD86E (or 0xECD86E) is known color: Wild Rice. HEX triplet: EC, D8 and 6E. RGB value is (236,216,110). Sum of RGB (Red+Green+Blue) = 236+216+110=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD86E is #132791. Grayscale: #D2D2D2. Windows color (decimal): -1255314 or 7264492. OLE color: 7264492.

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

Color convert

RGB 236 216 110 -
CMYK 0 0.08 0.53 0.07
HSL 50.48º 0.77% 0.68% -
HSV(B) 50.48º 0.53% 0.93% -
XYZ 61.96 68.07 24.62 -
YUV 209.9 71.63 146.62 -
System Red Green Blue C M Y K H S L
Decimal 236 216 110 0 0.08 0.53 0.07 50.48 0.77 0.68
Hex EC D8 6E 0 8 35 7 32 4D 44
Octal 354 330 156 0 10 65 7 62 115 104
Binary 11101100 11011000 1101110 0 1000 110101 111 110010 1001101 1000100

Color Harmonies of #ECD86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD86E

Black with #ECD86E

Text Example


Text Example

White with #ECD86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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